Added support for timer reporter.

This commit is contained in:
Scimonster 2013-10-30 15:50:29 +02:00
parent ebef6d5294
commit 296e2fa35c
2 changed files with 4 additions and 0 deletions

View file

@ -75,6 +75,7 @@ Runtime.prototype.greenFlag = function() {
if (this.projectLoaded) {
interp.activeThread = new Thread(null);
interp.threads = [];
interp.primitiveTable.timerReset();
this.startGreenFlags();
}
}