Fixed CLI run command

This commit is contained in:
Jeff Parsons 2015-09-02 10:44:21 -07:00
commit 4bdbb5b085

View file

@ -6421,8 +6421,8 @@ if (DEBUGGER) {
this.parseAddrOptions(dbgAddr, sOptions);
this.setTempBreakpoint(dbgAddr);
}
if (!fQuiet && !this.runCPU(true)) {
this.println('cpu busy or unavailable, command ignored');
if (!this.runCPU(true)) {
if (!fQuiet) this.println("cpu busy or unavailable, run command ignored");
}
};