We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58a1fc commit e4be12fCopy full SHA for e4be12f
test/test-extension.js
@@ -65,7 +65,7 @@ describe('Extension', () => {
65
66
let s = '',o = '',e = '';
67
try {
68
- const { status, stdout, stderr } = spawnSync('where', [ 'node' ]);
+ const { status, stdout, stderr } = spawnSync('where', [ 'node.exe' ]);
69
s = status; o = stdout; e = stderr;
70
} catch (e) {
71
console.log('EROROROROROR!', e);
0 commit comments