fix: make raiseIgnoringPanicHandler ignore the panic handler (#12578)

Co-authored-by: paperdave <paperdave@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
This commit is contained in:
dave caruso
2024-07-26 18:36:53 -07:00
committed by GitHub
parent 13907c4c29
commit 75df73ef90
10 changed files with 92 additions and 76 deletions

2
.vscode/launch.json generated vendored
View File

@@ -145,7 +145,7 @@
"request": "launch",
"name": "bun run [file]",
"program": "${workspaceFolder}/build/bun-debug",
"args": ["run", "${file}"],
"args": ["run", "${fileBasename}"],
"cwd": "${fileDirname}",
"env": {
"FORCE_COLOR": "0",