diff --git a/lib/runtime/entry.js b/lib/runtime/entry.js index 9e8cac4..d5ead0b 100644 --- a/lib/runtime/entry.js +++ b/lib/runtime/entry.js @@ -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'); }