We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bccb81a commit 1bd1818Copy full SHA for 1bd1818
js/openaf.js
@@ -12703,7 +12703,7 @@ oPromise.prototype.__exec = function() {
12703
if (thisOP.state.get() != thisOP.states.PREFAILED &&
12704
thisOP.state.get() != thisOP.states.FAILED &&
12705
f != null && isDef(f) && f.type == "exec" && isDef(f.func) && isFunction(f.func)) {
12706
- var res, done = false;
+ var res;
12707
try {
12708
var checkResult = $atomic(true, "boolean");
12709
if (isDef(thisOP.value)) {
0 commit comments