commit 4f12c71e3ebb8aad17a05e0244a51b81992d6306 parent dca29a06e39061801ceaaba87f1dac615477ced6 Author: Dan Stillman <dstillman@zotero.org> Date: Tue, 2 Jun 2015 03:30:18 -0400 Fix intermittent NS_BASE_STREAM_CLOSED error? Diffstat:
| M | chrome/content/zotero/xpcom/fulltext.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/fulltext.js b/chrome/content/zotero/xpcom/fulltext.js @@ -654,7 +654,7 @@ Zotero.Fulltext = new function(){ try { proc.runw(true, args, args.length); - var totalPages = getTotalPagesFromFile(itemID); + var totalPages = yield getTotalPagesFromFile(itemID); } catch (e) { Components.utils.reportError(e);