Don't shut down Firefox on startup error (since 693c0286
)
This commit is contained in:
parent
412a7990b1
commit
c0bf2b91f6
|
@ -352,7 +352,7 @@ function ZoteroService() {
|
||||||
throw e;
|
throw e;
|
||||||
})
|
})
|
||||||
.then(function () {
|
.then(function () {
|
||||||
if (isStandalone) {
|
if (isStandalone()) {
|
||||||
if (zContext.Zotero.startupErrorHandler || zContext.Zotero.startupError) {
|
if (zContext.Zotero.startupErrorHandler || zContext.Zotero.startupError) {
|
||||||
if (zContext.Zotero.startupErrorHandler) {
|
if (zContext.Zotero.startupErrorHandler) {
|
||||||
zContext.Zotero.startupErrorHandler();
|
zContext.Zotero.startupErrorHandler();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user