Skip to content

Commit 4b2ec96

Browse files
committed
bananas
1 parent 24b52b7 commit 4b2ec96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test-extension.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ describe('Extension', () => {
6666

6767
let s = '',o = '',e = '';
6868
try {
69+
console.log('NODE', nodePath());
6970
const { status, stdout, stderr } = spawnSync('where', [ nodePath() ]);
7071
s = status; o = stdout; e = stderr;
7172
} catch (e) {

0 commit comments

Comments
 (0)