diff options
Diffstat (limited to 'cli/msg.rs')
-rw-r--r-- | cli/msg.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/msg.rs b/cli/msg.rs index 206da7694..5e9053a41 100644 --- a/cli/msg.rs +++ b/cli/msg.rs @@ -58,6 +58,9 @@ pub enum ErrorKind { Diagnostic = 49, JSError = 50, TypeError = 51, + + /** TODO this is a DomException type, and should be moved out of here when possible */ + DataCloneError = 52, } // Warning! The values in this enum are duplicated in js/compiler.ts |