fix(core): BorrowMutError in nested error (#15352)

This commit is contained in:
Bartek Iwańczuk 2022-07-30 16:09:42 +02:00 committed by GitHub
parent 3f0dcd3b80
commit 20a89d46c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 24 additions and 15 deletions

View file

@ -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,
});