update commit.ts
This commit is contained in:
@@ -171,7 +171,6 @@ async function getGitStatus(): Promise<GitStatusResult | null> {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
let inChangesNotStaged = false;
|
let inChangesNotStaged = false;
|
||||||
let inChangesToBeCommited = false;
|
|
||||||
let inUntrackedFiles = false;
|
let inUntrackedFiles = false;
|
||||||
gitStatusStdout.split("\n").forEach((line) => {
|
gitStatusStdout.split("\n").forEach((line) => {
|
||||||
if (
|
if (
|
||||||
@@ -329,5 +328,5 @@ main().catch((err) => {
|
|||||||
process.exit(0);
|
process.exit(0);
|
||||||
}).then(() => process.exit(0));
|
}).then(() => process.exit(0));
|
||||||
|
|
||||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260125T135031+08:00.MEUCIBEze5RIPyQ19vGFgOur
|
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260125T170220+08:00.MEUCIBbcPLl4NzXzhcDwPt7F
|
||||||
// 3UX23ghubli25a0lskk1ezgKAiEAzNzsLCWJ9DNRUbIrA9nbmO15V5qlQY46AeCal6ywS/w=
|
// i49+HyN/RBgiMXrhui/WYyhnAiEA3oSQc4/lRuy+kkCsH0PGaQr91ATjt/gZhl8PeLY0PbM=
|
||||||
|
|||||||
Reference in New Issue
Block a user