Skip to content

Commit 1c73f36

Browse files
breadovenDzikuVx
authored andcommitted
Update onboard_logging.js
1 parent df17e34 commit 1c73f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tabs/onboard_logging.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ TABS.onboard_logging.initialize = function (callback) {
353353
const date = new Date();
354354
const filename = 'blackbox_log_' + date.getFullYear() + '-' + zeroPad(date.getMonth() + 1, 2) + '-'
355355
+ zeroPad(date.getDate(), 2) + '_' + zeroPad(date.getHours(), 2) + zeroPad(date.getMinutes(), 2)
356-
+ zeroPad(date.getSeconds(), 2) + '.txt';
356+
+ zeroPad(date.getSeconds(), 2) + '.TXT';
357357

358358
nwdialog.setContext(document);
359359
nwdialog.saveFileDialog(filename, function(file) {

0 commit comments

Comments
 (0)