Don't shut down Firefox on startup error (since 693c0286
)
This commit is contained in:
parent
412a7990b1
commit
c0bf2b91f6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue