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 27d5bd5 commit 655f5e3Copy full SHA for 655f5e3
src/misc.js
@@ -50,7 +50,6 @@ export function patchOSEnviron({ caller, useBuiltinPIOCore=true, extraPath, extr
50
if (process.env.Path) {
51
process.env.Path = process.env.PATH;
52
}
53
- console.warn(process.env);
54
55
56
export function runCommand(cmd, args, callback=undefined, options = {}) {
0 commit comments