mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
Fix "save downloaded firmware"
This commit is contained in:
parent
2c7f8d6cb2
commit
324d700afa
3 changed files with 21 additions and 44 deletions
|
@ -182,9 +182,9 @@ TABS.cli.initialize = function (callback) {
|
|||
if (err) {
|
||||
GUI.log(i18n.getMessage('ErrorWritingFile'));
|
||||
return console.error(err);
|
||||
}
|
||||
GUI.log(i18n.getMessage('FileSaved'));
|
||||
}
|
||||
});
|
||||
GUI.log(i18n.getMessage('FileSaved'));
|
||||
|
||||
}).catch (err => {
|
||||
console.log(err);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue