From 628816448ea45807762fd8eb0c59302c9f2aac9a Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Tue, 19 Nov 2024 08:56:04 -0800 Subject: refactor: update deno_doc, use prismjs, remove internal reference html generation logic (#26885) --- cli/errors.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/errors.rs') 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", }, } } -- cgit v1.2.3