You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cp.spawn('/mnt/c/Windows/System32/cmd.exe',['/c','start','bash','-c',`${cmdLine};read -p 'Press enter to continue...'`],{ env,detached: true,stdio: 'ignore'}).unref();
119
+
}else{// platform === 'linux'
120
+
cp.spawn('bash',['-c',`${cmdLine};read -p 'Press enter to continue...'`],{ cwd, env,detached: true,stdio: 'ignore'}).unref();
0 commit comments