Don't shut down Firefox on startup error (since 693c0286)

This commit is contained in:
Dan Stillman 2016-11-25 14:08:50 -05:00
parent 412a7990b1
commit c0bf2b91f6

View file

@ -352,7 +352,7 @@ function ZoteroService() {
throw e;
})
.then(function () {
if (isStandalone) {
if (isStandalone()) {
if (zContext.Zotero.startupErrorHandler || zContext.Zotero.startupError) {
if (zContext.Zotero.startupErrorHandler) {
zContext.Zotero.startupErrorHandler();