Typescript fixes
This commit is contained in:
parent
ef8245259a
commit
d39cdc9633
4 changed files with 7 additions and 7 deletions
|
|
@ -503,7 +503,7 @@ export class MI2 extends EventEmitter implements IBackend {
|
|||
this.log("stderr", "addBreakPoint");
|
||||
return new Promise((resolve, reject) => {
|
||||
if (this.breakpoints.has(breakpoint))
|
||||
return resolve(false);
|
||||
return resolve([false, undefined]);
|
||||
let location = "";
|
||||
if (breakpoint.countCondition) {
|
||||
if (breakpoint.countCondition[0] == ">")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue