summaryrefslogtreecommitdiff
path: root/js/os.ts
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2019-02-11 12:07:02 +1100
committerRyan Dahl <ry@tinyclouds.org>2019-02-10 20:07:02 -0500
commit90c7af27d7959e94a25f635e21b8d77cb347e135 (patch)
treeed009e6f43a55c344fc09985b62e4fd7fcc41246 /js/os.ts
parent1e837f3281413c7a9a3a27bb37b6829e3d2a85fa (diff)
Rationalise startup for compiler/main (#1737)
Diffstat (limited to 'js/os.ts')
-rw-r--r--js/os.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/os.ts b/js/os.ts
index d8c3288d5..db2586112 100644
--- a/js/os.ts
+++ b/js/os.ts
@@ -192,5 +192,7 @@ export function start(source?: string): msg.StartRes {
util.setLogDebug(startResMsg.debugFlag(), source);
+ setGlobals(startResMsg.pid(), startResMsg.noColor());
+
return startResMsg;
}