We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5499f44 commit 0218668Copy full SHA for 0218668
1 file changed
src/parsetree/features/on.js
@@ -24,7 +24,6 @@ export class OnFeature extends Feature {
24
this.events = events;
25
this.start = start;
26
this.every = every;
27
- this.execCount = 0;
28
this.errorHandler = errorHandler;
29
this.errorSymbol = errorSymbol;
30
this.finallyHandler = finallyHandler;
@@ -53,7 +52,6 @@ export class OnFeature extends Feature {
53
52
eventQueueInfo.queue.push(ctx);
54
return;
55
}
56
- onFeature.execCount++;
57
eventQueueInfo.executing = true;
58
ctx.meta.onHalt = function () {
59
eventQueueInfo.executing = false;
0 commit comments