We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bfd103 commit d4bf5caCopy full SHA for d4bf5ca
lib/internal/process/promises.js
@@ -25,7 +25,7 @@ function setupPromises(scheduleMicrotasks) {
25
}
26
27
function rejectionHandled(promise) {
28
- var hasBeenNotified = hasBeenNotifiedProperty.get(promise);
+ const hasBeenNotified = hasBeenNotifiedProperty.get(promise);
29
if (hasBeenNotified !== undefined) {
30
hasBeenNotifiedProperty.delete(promise);
31
const uid = promiseToGuidProperty.get(promise);
0 commit comments