Rationalise startup for compiler/main (#1737)

This commit is contained in:
Kitson Kelly 2019-02-11 12:07:02 +11:00 committed by Ryan Dahl
parent 1e837f3281
commit 90c7af27d7
3 changed files with 3 additions and 12 deletions

View file

@ -39,8 +39,6 @@ export default function denoMain() {
os.exit(0);
}
os.setGlobals(startResMsg.pid(), startResMsg.noColor());
const cwd = startResMsg.cwd();
log("cwd", cwd);