diff options
Diffstat (limited to 'ext/console/lib.rs')
-rw-r--r-- | ext/console/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/console/lib.rs b/ext/console/lib.rs index a45b856cd..a31470e08 100644 --- a/ext/console/lib.rs +++ b/ext/console/lib.rs @@ -1,7 +1,7 @@ // Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. use std::path::PathBuf; -deno_core::extension!(deno_console, esm = ["01_colors.js", "02_console.js"],); +deno_core::extension!(deno_console, esm = ["01_console.js"],); pub fn get_declaration() -> PathBuf { PathBuf::from(env!("CARGO_MANIFEST_DIR")).join("lib.deno_console.d.ts") |