diff options
author | Simon Van Casteren <simonvancasteren@localhost.localdomain> | 2019-12-10 21:12:59 +0100 |
---|---|---|
committer | Simon Van Casteren <simonvancasteren@localhost.localdomain> | 2019-12-13 11:46:57 +0100 |
commit | 3515286a783fb1eb38acc001d23389dd67fdc910 (patch) | |
tree | 4c6d62f98fce83b8ef06eccb7a54da94f25ac57e /src/errormsg.sig | |
parent | 053783525d8365b8a498ac38942d44f4669d6a54 (diff) |
First publishDiagnostics implementation
Diffstat (limited to 'src/errormsg.sig')
-rw-r--r-- | src/errormsg.sig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/errormsg.sig b/src/errormsg.sig index 4cf8b50a..1fa4013c 100644 --- a/src/errormsg.sig +++ b/src/errormsg.sig @@ -58,4 +58,7 @@ signature ERROR_MSG = sig val error : string -> unit val errorAt : span -> string -> unit val errorAt' : int * int -> string -> unit + val readErrorLog: unit -> + { span: span + , message: string } list end |