Skip to content

Commit

Permalink
Update src/debugSession/BrightScriptDebugSession.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Bronley Plumb <[email protected]>
  • Loading branch information
Christian-Holbrook and TwitchBronBron authored Dec 13, 2023
1 parent 51cd967 commit fad1950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debugSession/BrightScriptDebugSession.ts
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ export class BrightScriptDebugSession extends BaseDebugSession {
await this.shutdown(message);
}

throw new Error(message);
throw e;
}
this.logger.error(e);
});
Expand Down

0 comments on commit fad1950

Please sign in to comment.