Skip to content

Commit 4a6765b

Browse files
committed
fixup! src: refactor tickInfo access
1 parent bdad2db commit 4a6765b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/internal/process/promises.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ function resolveError(type, promise, reason) {
5151
process.nextTick(() => {
5252
process.emit('multipleResolves', type, promise, reason);
5353
});
54-
setHasRejectionToWarn(false);
5554
}
5655

5756
function unhandledRejection(promise, reason) {

0 commit comments

Comments
 (0)