Skip to content

Commit

Permalink
📄 Remove comment documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinGrote committed Jul 5, 2023
1 parent 2bab84d commit ca94a41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pesterTestController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,6 @@ export class PesterTestController implements Disposable {
const psListenerPromise = this.returnServer.waitForConnection()

/** Handles situation where the debug adapter is stopped (usually due to user cancel) before the script completes. */
// TODO: Need to detect if test is still running
const endSocketAtDebugTerminate = (testRun: TestRun | undefined, session: DebugSession) => {
psListenerPromise.then(socket => socket.end())
if (testRun && this.testRunStatus.get(testRun) === false) {
Expand Down

0 comments on commit ca94a41

Please sign in to comment.