summaryrefslogtreecommitdiff
path: root/cli/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/lib.rs')
-rw-r--r--cli/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/cli/lib.rs b/cli/lib.rs
index 263bd8c61..9753e4c4c 100644
--- a/cli/lib.rs
+++ b/cli/lib.rs
@@ -146,8 +146,7 @@ fn create_worker_and_state(
}
fn types_command() {
- let content = crate::js::get_asset("lib.deno_runtime.d.ts").unwrap();
- println!("{}", content);
+ println!("{}", crate::js::DENO_RUNTIME);
}
fn print_cache_info(worker: MainWorker) {