diff options
| author | jmoenig <jens@moenig.org> | 2014-11-24 14:38:27 +0100 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2014-11-24 14:38:27 +0100 |
| commit | bd37771334e7c82f86aa99f7509f88dc6950b8c5 (patch) | |
| tree | 3993b9130724db2cdae21c793ce5d6ff084b08c7 | |
| parent | 66eae625fb6251738bca6ad649e7dee3a4b3bf15 (diff) | |
| download | snap-bd37771334e7c82f86aa99f7509f88dc6950b8c5.tar.gz snap-bd37771334e7c82f86aa99f7509f88dc6950b8c5.zip | |
allow recursive reporters to be stopped by user
| -rw-r--r-- | threads.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1098,7 +1098,6 @@ Process.prototype.evaluateCustomBlock = function () { outer.receiver ); runnable.parentContext = exit; - this.popContext(); // don't yield when done } else { // tag all "stop this block" blocks with the current // procedureCount as exitTag, and mark all "report" blocks |
