Skip to content

Commit 2f9542d

Browse files
committed
log pathext
1 parent d15dc82 commit 2f9542d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test.js

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ describe('prefix', () => {
2323
it('should resolve the path to the global prefix', () => {
2424
console.log(prefix);
2525
console.log(process.env.PATH);
26+
console.log(process.env.PATHEXT);
2627
assert(fs.existsSync(prefix));
2728
});
2829
});

0 commit comments

Comments
 (0)