mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 04:39:10 +00:00
Rationalise startup for compiler/main (#1737)
This commit is contained in:
parent
1e837f3281
commit
90c7af27d7
3 changed files with 3 additions and 12 deletions
|
@ -39,8 +39,6 @@ export default function denoMain() {
|
|||
os.exit(0);
|
||||
}
|
||||
|
||||
os.setGlobals(startResMsg.pid(), startResMsg.noColor());
|
||||
|
||||
const cwd = startResMsg.cwd();
|
||||
log("cwd", cwd);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue