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 8e2c4fd commit 13bd10dCopy full SHA for 13bd10d
src/message.js
@@ -67,7 +67,9 @@ const multipleResolves = function({
67
}) {
68
const rejectedStr = REJECTED_NAME[rejected]
69
const nextRejectedStr = REJECTED_NAME[nextRejected]
70
+ // istanbul ignore next
71
const again = rejected === nextRejected ? ' again' : ''
72
73
const state = again ? rejectedStr : 'resolved/rejected'
74
75
return ` (a promise was ${state} multiple times)
0 commit comments