Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chmeyer-ms committed Dec 12, 2024
1 parent bbee079 commit 545e5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stats/replay-stats-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export class ReplayStatsProvider extends StatsProvider {
this._onComplete = undefined;
}
if (this._replayStreamReader) {
this._replayStreamReader?.close();
this._replayStreamReader.close();
this._replayStreamReader = null;
}
this._simTickFreqency = this.DEFAULT_SPEED;
Expand Down

0 comments on commit 545e5ae

Please sign in to comment.