Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
IsLand-x committed Aug 7, 2022
1 parent eb5315f commit 4588ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const fetchFromOrigin = (branch: string) => {
child_process.execFileSync(COMMAND, args, OPTIONS);
};

let untrackedFileListCache: string[];
let untrackedFileListCache: string[] | undefined;
const getUntrackedFileList = (
staged = false,
shouldRefresh = false
Expand Down

0 comments on commit 4588ff9

Please sign in to comment.