mirror of
https://github.com/denoland/deno.git
synced 2025-10-02 23:24:37 +00:00
fix(core): BorrowMutError in nested error (#15352)
This commit is contained in:
parent
3f0dcd3b80
commit
20a89d46c4
4 changed files with 24 additions and 15 deletions
3
cli/tests/testdata/nested_error.ts
vendored
Normal file
3
cli/tests/testdata/nested_error.ts
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
throw {
|
||||
foo: new Error(),
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue