mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 16:25:22 +03:00
Fix from review.
This commit is contained in:
parent
02e0d75442
commit
a3f791fcac
3 changed files with 8 additions and 3 deletions
|
@ -464,7 +464,7 @@ TABS.onboard_logging.initialize = function (callback) {
|
|||
|
||||
fileEntry.createWriter(function (fileWriter) {
|
||||
fileWriter.onerror = function (e) {
|
||||
GUI.log('<strong><span class="message-negative">' + i18n.getMessage('errorTitle') + ': ' + e.target.error.message + '</span class="message-negative></strong>');
|
||||
GUI.log('<strong><span class="message-negative">' + i18n.getMessage('error', { errorMessage: e.target.error.message }) + '</span class="message-negative></strong>');
|
||||
|
||||
console.error(e);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue