diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2019-02-11 12:07:02 +1100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-02-10 20:07:02 -0500 |
commit | 90c7af27d7959e94a25f635e21b8d77cb347e135 (patch) | |
tree | ed009e6f43a55c344fc09985b62e4fd7fcc41246 /js/os.ts | |
parent | 1e837f3281413c7a9a3a27bb37b6829e3d2a85fa (diff) |
Rationalise startup for compiler/main (#1737)
Diffstat (limited to 'js/os.ts')
-rw-r--r-- | js/os.ts | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -192,5 +192,7 @@ export function start(source?: string): msg.StartRes { util.setLogDebug(startResMsg.debugFlag(), source); + setGlobals(startResMsg.pid(), startResMsg.noColor()); + return startResMsg; } |