Skip to content

Commit

Permalink
Fix cortex-debug related debugging issue
Browse files Browse the repository at this point in the history
  • Loading branch information
msujew committed Oct 25, 2021
1 parent 99099b0 commit e24c011
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,8 @@ export class DebugSessionManager extends TheiaDebugSessionManager {
}
);
}
async terminateSessions(): Promise<void> {
await super.terminateSessions();
this.destroy(this.currentSession?.id);
}
}

0 comments on commit e24c011

Please sign in to comment.