diff options
author | Steven Guerrero <42647963+Soremwar@users.noreply.github.com> | 2020-07-14 13:30:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-14 14:30:03 -0400 |
commit | fe8399973a5a1dd8a21cbb6edc88415feb83b2ef (patch) | |
tree | b6c7caa2156bf4694471d913775d2b7bcf7b0d4c /std/node/events.ts | |
parent | e5724e61189b01bb373b914fb733139a399ac996 (diff) |
feat(std/node): add string_decoder (#6638)
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"); |