summaryrefslogtreecommitdiff
path: root/cli/msg.rs
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2019-10-28 00:22:53 +0900
committerRy Dahl <ry@tinyclouds.org>2019-10-27 11:22:53 -0400
commitefd7e78af3fc086dfdec51738905665d38d08eb4 (patch)
treebb921f7d960f33c6d4d13c043a7a45ebe74290ba /cli/msg.rs
parent2598f9c68d8983934c73c135c9d277b33c98e333 (diff)
Use web standard Permissions API (#3200)
Diffstat (limited to 'cli/msg.rs')
-rw-r--r--cli/msg.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/msg.rs b/cli/msg.rs
index 20ab9db13..206da7694 100644
--- a/cli/msg.rs
+++ b/cli/msg.rs
@@ -57,6 +57,7 @@ pub enum ErrorKind {
TooManyRedirects = 48,
Diagnostic = 49,
JSError = 50,
+ TypeError = 51,
}
// Warning! The values in this enum are duplicated in js/compiler.ts