Skip to content

Commit 4588ff9

Browse files
committed
fix: types
1 parent eb5315f commit 4588ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/git.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const fetchFromOrigin = (branch: string) => {
7777
child_process.execFileSync(COMMAND, args, OPTIONS);
7878
};
7979

80-
let untrackedFileListCache: string[];
80+
let untrackedFileListCache: string[] | undefined;
8181
const getUntrackedFileList = (
8282
staged = false,
8383
shouldRefresh = false

0 commit comments

Comments
 (0)