summaryrefslogtreecommitdiff
path: root/ext/console/lib.rs
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2023-04-30 11:11:37 +0200
committerGitHub <noreply@github.com>2023-04-30 09:11:37 +0000
commit59825a95b4d3952c955b8b43e174189999e35d15 (patch)
treeb3ff4c24f5596cc70daac40b578805a61d565c2a /ext/console/lib.rs
parentbb1f5e4262940a966e6314f57a4267514911d262 (diff)
refactor: remove ext/console/01_colors.js (#18927)
Diffstat (limited to 'ext/console/lib.rs')
-rw-r--r--ext/console/lib.rs2
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")