summaryrefslogtreecommitdiff
path: root/cli/errors.rs
diff options
context:
space:
mode:
authorBartek Iwańczuk <biwanczuk@gmail.com>2024-11-20 00:18:57 +0100
committerBartek Iwańczuk <biwanczuk@gmail.com>2024-11-20 00:18:57 +0100
commit21bd818f1ee531a49c46213417774fbc18a8b562 (patch)
treeea32c744f0fd1932f7a505892e43846a73823fbd /cli/errors.rs
parent6356329b37282178701c0064a4a2cd04286a51e7 (diff)
parent46b6037644c761369e689704f8e7b857959da155 (diff)
Merge branch 'main' into haturatu/main
Diffstat (limited to 'cli/errors.rs')
-rw-r--r--cli/errors.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/errors.rs b/cli/errors.rs
index b1808f733..cf23ccd0e 100644
--- a/cli/errors.rs
+++ b/cli/errors.rs
@@ -71,6 +71,7 @@ fn get_module_graph_error_class(err: &ModuleGraphError) -> &'static str {
| JsrLoadError::UnknownExport { .. } => "NotFound",
},
},
+ ModuleError::WasmParseErr(_, _) => "SyntaxError",
},
}
}