We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b7d1e1 commit 4fff31dCopy full SHA for 4fff31d
test/util/window.test.ts
@@ -40,7 +40,6 @@ suite('Window Utility', () => {
40
const env: NodeJS.ProcessEnv = {};
41
const key = process.platform === 'win32' ? 'Path' : 'PATH';
42
Object.assign(env, process.env);
43
-
44
env[key] = `${toolLocationDir}${path.delimiter}${process.env[key]}`;
45
46
const options: TerminalOptions = {
0 commit comments