Skip to content

Commit

Permalink
Print out vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Raj committed Nov 17, 2023
1 parent c74b231 commit 7085ddc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ export class Conda {
if (shellPath) {
options.shell = shellPath;
}
console.log(JSON.stringify(process.env));
console.log(`${command} info --json`);
const resultPromise = exec(command, ['info', '--json'], options, this.useWorkerThreads);
// It has been observed that specifying a timeout is still not reliable to terminate the Conda process, see #27915.
Expand Down

0 comments on commit 7085ddc

Please sign in to comment.