diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-02-12 21:14:02 -0500 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-02-18 23:04:59 -0500 |
commit | 42408febe8cdf9e30ff8d1a3bb13f4994906c53b (patch) | |
tree | 92ab3408d426f1d18a511aa16130357ed074410a /src/msg.fbs | |
parent | 27afbd135162b435c8af22b18622656ccab12174 (diff) |
Add window.location
Diffstat (limited to 'src/msg.fbs')
-rw-r--r-- | src/msg.fbs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/msg.fbs b/src/msg.fbs index 9776bb893..da03e00a4 100644 --- a/src/msg.fbs +++ b/src/msg.fbs @@ -158,6 +158,7 @@ table StartRes { pid: uint32; argv: [string]; exec_path: string; + main_module: string; // Absolute URL. debug_flag: bool; deps_flag: bool; types_flag: bool; |