From 5083f5fd908057cbc8649b79c13ab78a7f7ebf34 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Mon, 29 Jul 2019 19:11:08 +1000 Subject: Remap stack traces of unthrown errors. (#2693) --- cli/msg.fbs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cli/msg.fbs') diff --git a/cli/msg.fbs b/cli/msg.fbs index 2ab776ef3..014bfb7e9 100644 --- a/cli/msg.fbs +++ b/cli/msg.fbs @@ -1,5 +1,6 @@ union Any { Accept, + ApplySourceMap, Cache, Chdir, Chmod, @@ -257,6 +258,12 @@ table FetchSourceFileRes { data: [ubyte]; } +table ApplySourceMap { + filename: string; + line: int; + column: int; +} + table Cache { extension: string; module_id: string; -- cgit v1.2.3