mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +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
|
@ -2792,3 +2792,9 @@ itest!(unhandled_rejection_sync_error {
|
|||
args: "run --check unhandled_rejection_sync_error.ts",
|
||||
output: "unhandled_rejection_sync_error.ts.out",
|
||||
});
|
||||
|
||||
itest!(nested_error {
|
||||
args: "run nested_error.ts",
|
||||
output: "nested_error.ts.out",
|
||||
exit_code: 1,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue