Skip to content

Commit 7c7f87b

Browse files
committed
bananas
1 parent 8063629 commit 7c7f87b

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
@@ -62,11 +62,11 @@ describe('Extension', () => {
6262
'-e',
6363
'console.log(\'foo\');'
6464
];
65-
65+
6666
console.log('PLATFORM:', platform());
6767

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

0 commit comments

Comments
 (0)