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 24b52b7 commit 4b2ec96Copy full SHA for 4b2ec96
test/test-extension.js
@@ -66,6 +66,7 @@ describe('Extension', () => {
66
67
let s = '',o = '',e = '';
68
try {
69
+ console.log('NODE', nodePath());
70
const { status, stdout, stderr } = spawnSync('where', [ nodePath() ]);
71
s = status; o = stdout; e = stderr;
72
} catch (e) {
0 commit comments