Filter stack displayed in startup error dialog
This commit is contained in:
parent
48778b5d50
commit
d8d9758f27
|
@ -370,6 +370,14 @@ function ZoteroService() {
|
||||||
zContext.Zotero.startupErrorHandler();
|
zContext.Zotero.startupErrorHandler();
|
||||||
}
|
}
|
||||||
else if (zContext.Zotero.startupError) {
|
else if (zContext.Zotero.startupError) {
|
||||||
|
try {
|
||||||
|
zContext.Zotero.startupError =
|
||||||
|
zContext.Zotero.Utilities.Internal.filterStack(
|
||||||
|
zContext.Zotero.startupError
|
||||||
|
);
|
||||||
|
}
|
||||||
|
catch (e) {}
|
||||||
|
|
||||||
let ps = Cc["@mozilla.org/embedcomp/prompt-service;1"]
|
let ps = Cc["@mozilla.org/embedcomp/prompt-service;1"]
|
||||||
.getService(Ci.nsIPromptService);
|
.getService(Ci.nsIPromptService);
|
||||||
let buttonFlags = (ps.BUTTON_POS_0) * (ps.BUTTON_TITLE_IS_STRING)
|
let buttonFlags = (ps.BUTTON_POS_0) * (ps.BUTTON_TITLE_IS_STRING)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user