Skip to content

Commit

Permalink
fix infinite telemetry shutdown loop
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterTea committed Jun 4, 2024
1 parent 417ea32 commit ac9460e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/terminal/TelemetryService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ void shutdownTelemetry() {
if (TelemetryService::exists()) {
cerr << "Shutting down sentry" << endl;
auto ts = TelemetryService::get();
TelemetryService::destroy();
ts->shutdown();
}
}
Expand Down

0 comments on commit ac9460e

Please sign in to comment.