Fixed CLI run command
This commit is contained in:
parent
38e3b4e568
commit
4bdbb5b085
1 changed files with 2 additions and 2 deletions
|
|
@ -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");
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue