This commit is contained in:
Girish Ramakrishnan
2024-07-16 10:32:37 +02:00
parent 9bf240d83b
commit fd53174099
+2 -2
View File
@@ -1,6 +1,6 @@
'use strict';
/* global angular */
/* global angular, localStorage, document, FileReader */
/* global $ */
/* global async */
/* global RSTATES */
@@ -2253,7 +2253,7 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
delete backupConfig.backupFolder;
}
} catch (e) {
console.error('Unable to parse backup config');
console.error('Unable to parse backup config', e);
return;
}