blob: 8f60df4f588b89065cf0b8d9494ef1bfa8eeed8a (
plain)
1
2
3
4
5
6
|
// Ensure that Web `onrejectionhandled` is fired before
// Node's `process.on('rejectionHandled')`.
{
"args": "run -A --quiet rejection_handled_web_process.ts",
"output": "rejection_handled_web_process.ts.out"
}
|