Skip to content

Commit 90d5dfa

Browse files
author
TheAngularity
authored
Update main.js
1 parent 9a5520f commit 90d5dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ function BlackboxLogViewer() {
305305
error = flightLog.getLogError(index);
306306

307307
if (error) {
308-
logLabel = "Error: " + error;
308+
logLabel = error;
309309
} else {
310310
logLabel = formatTime(flightLog.getMinTime(index) / 1000, false)
311311
+ " - " + formatTime(flightLog.getMaxTime(index) / 1000 , false)

0 commit comments

Comments
 (0)