Skip to content

Commit e4be12f

Browse files
committed
apples
1 parent a58a1fc commit e4be12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-extension.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ describe('Extension', () => {
6565

6666
let s = '',o = '',e = '';
6767
try {
68-
const { status, stdout, stderr } = spawnSync('where', [ 'node' ]);
68+
const { status, stdout, stderr } = spawnSync('where', [ 'node.exe' ]);
6969
s = status; o = stdout; e = stderr;
7070
} catch (e) {
7171
console.log('EROROROROROR!', e);

0 commit comments

Comments
 (0)