Skip to content

Commit 81e708d

Browse files
committed
s/var/let
1 parent c0a22dc commit 81e708d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/bash-comparison.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const cleanResults = (m: string[]) => {
3636
}
3737

3838
globs.forEach(function (pattern) {
39-
var expect = bashResults[pattern]
39+
let expect = bashResults[pattern]
4040
// anything regarding the symlink thing will fail on windows, so just skip it
4141
if (
4242
process.platform === 'win32' &&

0 commit comments

Comments
 (0)