diff options
Diffstat (limited to 'std/node/events.ts')
-rw-r--r-- | std/node/events.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/std/node/events.ts b/std/node/events.ts index 8d6e90abd..ef547cc37 100644 --- a/std/node/events.ts +++ b/std/node/events.ts @@ -524,3 +524,4 @@ export function on( iterator.return(); } } +export const captureRejectionSymbol = Symbol.for("nodejs.rejection"); |