Skip to content

Commit

Permalink
Merge pull request #2690 from entrylabs/issue/8017-2
Browse files Browse the repository at this point in the history
이슈 8017 처리
  • Loading branch information
kimorkim authored Mar 28, 2024
2 parents 50ed567 + 22eeaa6 commit 1ffc31e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/playground/blocks/block_func.js
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,8 @@ module.exports = {
promises
);
} else {
return Entry.Code.funcRestExecute(this.funcCode, this.funcExecutor);
this.funcCode.removeExecutor(this.funcExecutor);
return Entry.STATIC.BREAK;
}
} else {
this.funcCode.removeExecutor(this.funcExecutor);
Expand Down

0 comments on commit 1ffc31e

Please sign in to comment.