Further abbreviate message
This commit is contained in:
parent
5b5f864943
commit
17521c96b4
|
@ -685,9 +685,7 @@ if(appInfo.platformVersion[0] >= 2) {
|
||||||
|
|
||||||
var timeout = Date.now() + 5000; // 5 second timeout
|
var timeout = Date.now() + 5000; // 5 second timeout
|
||||||
while(_waitingForDBLock && !Zotero.closing && Date.now() < timeout) {
|
while(_waitingForDBLock && !Zotero.closing && Date.now() < timeout) {
|
||||||
// Dear friendly AMO reviewer:
|
// This is never used when Zotero is run in Firefox.
|
||||||
// The following processNextEvent() call is only used within Zotero
|
|
||||||
// Standalone. It is never used when Zotero is running in Firefox.
|
|
||||||
Zotero.mainThread.processNextEvent(true);
|
Zotero.mainThread.processNextEvent(true);
|
||||||
}
|
}
|
||||||
if(Zotero.closing) return false;
|
if(Zotero.closing) return false;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user