We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5626ca7 commit 270b35dCopy full SHA for 270b35d
src/debug/debugSession.ts
@@ -214,6 +214,7 @@ export class ObjectScriptDebugSession extends LoggingDebugSession {
214
this.sendEvent(new OutputEvent(warning + "\n"));
215
})
216
.on("close", disposeConnection)
217
+ .on("error", disposeConnection)
218
.on("stdout", (data: string) => {
219
this.sendEvent(new OutputEvent(data, "stdout"));
220
});
0 commit comments