Skip to content

Commit 1bd1818

Browse files
nmaguiarCopilot
andauthored
Update js/openaf.js
Co-authored-by: Copilot <[email protected]>
1 parent bccb81a commit 1bd1818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/openaf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12703,7 +12703,7 @@ oPromise.prototype.__exec = function() {
1270312703
if (thisOP.state.get() != thisOP.states.PREFAILED &&
1270412704
thisOP.state.get() != thisOP.states.FAILED &&
1270512705
f != null && isDef(f) && f.type == "exec" && isDef(f.func) && isFunction(f.func)) {
12706-
var res, done = false;
12706+
var res;
1270712707
try {
1270812708
var checkResult = $atomic(true, "boolean");
1270912709
if (isDef(thisOP.value)) {

0 commit comments

Comments
 (0)