Skip to content

Commit

Permalink
fixup! src: refactor tickInfo access
Browse files Browse the repository at this point in the history
  • Loading branch information
joyeecheung committed Jan 4, 2019
1 parent bdad2db commit 4a6765b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/internal/process/promises.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ function resolveError(type, promise, reason) {
process.nextTick(() => {
process.emit('multipleResolves', type, promise, reason);
});
setHasRejectionToWarn(false);
}

function unhandledRejection(promise, reason) {
Expand Down

0 comments on commit 4a6765b

Please sign in to comment.