We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f878cd + 14bccab commit afe0fb2Copy full SHA for afe0fb2
lib/core.js
@@ -20,7 +20,6 @@ function Promise(fn) {
20
this.state = state;
21
22
this.isFulfilled = function () {
23
- debugger;
24
return state === true
25
}
26
0 commit comments