diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-11-19 08:56:04 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-19 08:56:04 -0800 |
commit | 628816448ea45807762fd8eb0c59302c9f2aac9a (patch) | |
tree | 909d67aa20b063bf74b9f3e1d31129e6d04d3a4d /cli/errors.rs | |
parent | 186b52731c6bb326c4d32905c5e732d082e83465 (diff) |
refactor: update deno_doc, use prismjs, remove internal reference html generation logic (#26885)
Diffstat (limited to 'cli/errors.rs')
-rw-r--r-- | cli/errors.rs | 1 |
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", }, } } |