diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2020-01-12 22:20:33 +1100 |
---|---|---|
committer | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-01-12 12:20:33 +0100 |
commit | 737ab94ea1bdf65eeef323ea37e84bcf430fb92c (patch) | |
tree | b6a239195a960557a5d32f1762886f77a71a9104 /cli/lib.rs | |
parent | 8fac8ab130b3cb8a93d7e0e37fa1ea6ea4cc2e4a (diff) |
Create an old program to be used in snapshot. (#3644)
Diffstat (limited to 'cli/lib.rs')
-rw-r--r-- | cli/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/lib.rs b/cli/lib.rs index 6882fea20..1b906e620 100644 --- a/cli/lib.rs +++ b/cli/lib.rs @@ -146,7 +146,7 @@ fn create_worker_and_state( } fn types_command() { - let content = crate::js::get_asset("lib.deno_runtime.d.ts").unwrap(); + let content = deno_typescript::get_asset("lib.deno_runtime.d.ts").unwrap(); println!("{}", content); } |