Skip to content

Commit a58a1fc

Browse files
committed
bananas
1 parent 63e3311 commit a58a1fc

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' ]);
6969
s = status; o = stdout; e = stderr;
7070
} catch (e) {
7171
console.log('EROROROROROR!', e);

0 commit comments

Comments
 (0)