summaryrefslogtreecommitdiff
path: root/src/msg.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'src/msg.fbs')
-rw-r--r--src/msg.fbs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/msg.fbs b/src/msg.fbs
index f3c47faf6..81345d156 100644
--- a/src/msg.fbs
+++ b/src/msg.fbs
@@ -65,7 +65,7 @@ union Any {
Now,
NowRes,
IsTTY,
- IsTTYRes
+ IsTTYRes,
}
enum ErrorKind: byte {
@@ -156,6 +156,7 @@ table StartRes {
cwd: string;
pid: uint32;
argv: [string];
+ exec_path: string;
debug_flag: bool;
deps_flag: bool;
types_flag: bool;