Skip to content

Commit a66e7f5

Browse files
committed
bananas
1 parent 7c7f87b commit a66e7f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test-extension.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ describe('Extension', () => {
6767

6868
{
6969
const { status, stdout, stderr } = spawnSync('where', 'node');
70-
console.log({ status, stdout: stdout.toString(), stderr: stderr.toString() });
70+
console.log('ORANGES', { status, stdout: stdout.toString(), stderr: stderr.toString() });
7171
}
7272

73-
const { status, stdout, stderr } = spawnSync('node', args, {
73+
const { status, stdout, stderr } = spawnSync('node.exe', args, {
7474
env,
7575
shell: platform() === 'win32'
7676
});

0 commit comments

Comments
 (0)