summaryrefslogtreecommitdiffstats
path: root/js/controller/SettingsController.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/controller/SettingsController.js')
-rw-r--r--js/controller/SettingsController.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/controller/SettingsController.js b/js/controller/SettingsController.js
index 5e0eaf83c..e9d93a1eb 100644
--- a/js/controller/SettingsController.js
+++ b/js/controller/SettingsController.js
@@ -52,6 +52,7 @@ function ($route, $q, SettingsResource, ItemResource, OPMLParser,
});
} catch (error) {
+ console.error(error);
this.isOPMLImporting = false;
this.opmlImportError = true;
}
@@ -73,6 +74,7 @@ function ($route, $q, SettingsResource, ItemResource, OPMLParser,
});
} catch (error) {
+ console.error(error);
this.articleImportError = true;
this.isArticlesImporting = false;
}