Skip to content

Commit

Permalink
removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Apr 3, 2024
1 parent 1366226 commit f9731d3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/helpers/launcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,14 +275,7 @@ export class NatsServer implements PortInfo {
}

async stop(cleanup = false): Promise<void> {
// let dataDir = "";
if (!this.stopped) {
// dataDir = await this.dataDir().then((v) => {
// return v === null ? "" : v;
// }).catch(() => {
// return "";
// });

await this.updatePorts();
this.stopped = true;
this.process.stderr?.cancel().catch(() => {});
Expand Down

0 comments on commit f9731d3

Please sign in to comment.