Added support for timer reporter.
This commit is contained in:
parent
ebef6d5294
commit
296e2fa35c
2 changed files with 4 additions and 0 deletions
|
@ -75,6 +75,7 @@ Runtime.prototype.greenFlag = function() {
|
|||
if (this.projectLoaded) {
|
||||
interp.activeThread = new Thread(null);
|
||||
interp.threads = [];
|
||||
interp.primitiveTable.timerReset();
|
||||
this.startGreenFlags();
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue