Skip to content

Commit

Permalink
Fix typo in warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Dec 12, 2023
1 parent 5ebbd0b commit 6b90ad3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/hub/dataSources/HistoricalDataSource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ export class HistoricalDataSource {
window.sendMainMessage("error", {
title: "CTRE log files are not supported",
content:
"Hoot log files must be opened on Windows. CTRE provides no method of decoding log files on macOS or Linux." +
"."
"Hoot log files must be opened on Windows. CTRE provides no method of decoding log files on macOS or Linux."
});
this.setStatus(HistoricalDataSourceStatus.Stopped);
return;
Expand Down

0 comments on commit 6b90ad3

Please sign in to comment.