There was an error while loading. Please reload this page.
1 parent c0a22dc commit 81e708dCopy full SHA for 81e708d
1 file changed
test/bash-comparison.ts
@@ -36,7 +36,7 @@ const cleanResults = (m: string[]) => {
36
}
37
38
globs.forEach(function (pattern) {
39
- var expect = bashResults[pattern]
+ let expect = bashResults[pattern]
40
// anything regarding the symlink thing will fail on windows, so just skip it
41
if (
42
process.platform === 'win32' &&
0 commit comments