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 1f1dd4d321
commit 8c58e26cce
-6
View File
@@ -39,12 +39,6 @@ try {
}).trim();
if (gitHash) {
gitCommitInfo = gitHash;
const gitStatus = execSync('git status --porcelain', {
encoding: 'utf-8',
}).trim();
if (gitStatus) {
gitCommitInfo = `${gitHash} (local modifications)`;
}
}
} catch {
// ignore