mirror of
https://github.com/denoland/deno.git
synced 2025-09-24 19:32:30 +00:00
Revert "don't include assets in binary (#3661)"
Ref #3712
This reverts commit 32cbcfe4e9
.
This commit is contained in:
parent
159ac525ae
commit
229eb292f8
3 changed files with 13 additions and 18 deletions
|
@ -146,7 +146,7 @@ fn create_worker_and_state(
|
|||
}
|
||||
|
||||
fn types_command() {
|
||||
let content = include_str!("./js/lib.deno_runtime.d.ts");
|
||||
let content = deno_typescript::get_asset("lib.deno_runtime.d.ts").unwrap();
|
||||
println!("{}", content);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue