Skip to content
Snippets Groups Projects
Commit 030d89a8 authored by Skander Hatira's avatar Skander Hatira
Browse files

more cleanup

parent 03371dfa
No related branches found
No related tags found
No related merge requests found
Pipeline #40167 skipped
......@@ -29,8 +29,8 @@ const spawnChild = async () => {
// )
// : "";
console.log(process.env.SHELL);
const logfile = "/home/shatira/mongoWindow.txt";
const output = fs.openSync(logfile, "a");
// const logfile = "/home/shatira/mongoWindow.txt";
// const output = fs.openSync(logfile, "a");
const command =
process.platform == "win32" ? "conda" : `$HOME/miniconda3/bin/conda`;
......@@ -41,7 +41,7 @@ const spawnChild = async () => {
process.platform == "win32"
? process.env.ComSpec
: `${process.env.SHELL}`,
stdio: ["ignore", output, output],
// stdio: ["ignore", output, output],
};
const port = 27017;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment