Added error handling

This commit is contained in:
Jori Lallo
2017-07-18 23:36:49 -07:00
parent ca875915ce
commit 7b589ff46a
3 changed files with 5 additions and 2 deletions

View File

@@ -63,7 +63,8 @@ class CollectionsStore {
this.add(collection);
});
} catch (e) {
// No-op
Bugsnag.notify(e);
this.errors.add('Something went wrong');
}
}