Skip to content

Commit

Permalink
add missing semicolon at end
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardoventurini committed Aug 13, 2024
1 parent 8798377 commit 07e59bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runtime/entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ Ep.gatherReadyAsyncParents = function (readyList) {
Ep.setAsyncEvaluation = function () {
if (this.asyncEvaluationIndex !== null) {
if (this.status === 'evaluated') {
return
return;
}
throw new Error('setAsyncEvaluation can only be called once');
}
Expand Down

0 comments on commit 07e59bd

Please sign in to comment.