diff --git a/dashboard/src/views/app.js b/dashboard/src/views/app.js index 4fccfd44a..0709dd756 100644 --- a/dashboard/src/views/app.js +++ b/dashboard/src/views/app.js @@ -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; }