Remove the "local modifications" string from bug and about reports. (#5552)

This commit is contained in:
DeWitt Clinton 2025-08-04 21:01:19 -07:00 committed by GitHub
parent 11ecf6fc86
commit 49001a0f83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 6 deletions

View File

@ -39,12 +39,6 @@ try {
}).trim(); }).trim();
if (gitHash) { if (gitHash) {
gitCommitInfo = gitHash; gitCommitInfo = gitHash;
const gitStatus = execSync('git status --porcelain', {
encoding: 'utf-8',
}).trim();
if (gitStatus) {
gitCommitInfo = `${gitHash} (local modifications)`;
}
} }
} catch { } catch {
// ignore // ignore