TBD function no longer needed

This commit is contained in:
Jeff Parsons 2015-04-30 14:08:10 -07:00 committed by jeffpar
commit f822efe1f0
4 changed files with 23 additions and 43 deletions

View file

@ -1031,7 +1031,7 @@ CPU.prototype.runCPU = function(fOnClick)
this.updateCPU();
if (this.cmp) this.cmp.stop(usr.getTime(), this.getCycles());
this.setBusy(false);
this.setError(e.message);
this.setError(e.stack || e.message);
return;
}
setTimeout(this.onRunTimeout, this.calcRemainingTime());