mirror of
https://github.com/denoland/deno.git
synced 2025-09-16 15:45:03 +00:00
repl: do not crash on async op reject (#3527)
This commit is contained in:
parent
fcae4a7c0d
commit
9ef0b18eb0
7 changed files with 56 additions and 9 deletions
|
@ -220,7 +220,7 @@ pub fn mksnapshot_bundle_ts(
|
|||
}
|
||||
|
||||
fn write_snapshot(
|
||||
runtime_isolate: Isolate,
|
||||
mut runtime_isolate: Isolate,
|
||||
bundle: &Path,
|
||||
) -> Result<(), ErrBox> {
|
||||
println!("creating snapshot...");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue