Quitting normally works without it thinking there is an exception
This commit is contained in:
parent
438e474cf7
commit
40f63c1e2d
2 changed files with 3 additions and 0 deletions
|
|
@ -101,6 +101,8 @@ export class MI2 extends EventEmitter implements IBackend {
|
|||
this.emit("step-out-end", parsed);
|
||||
else if (reason == "signal-received")
|
||||
this.emit("signal-stop", parsed);
|
||||
else if (reason == "exited-normally")
|
||||
this.emit("exited-normally", parsed);
|
||||
else {
|
||||
this.log("console", "Not implemented stop reason (assuming exception): " + reason);
|
||||
this.emit("stopped", parsed);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue