diff --git a/chrome/content/zotero/xpcom/ipc.js b/chrome/content/zotero/xpcom/ipc.js index e4900fa44..5ee8177c3 100755 --- a/chrome/content/zotero/xpcom/ipc.js +++ b/chrome/content/zotero/xpcom/ipc.js @@ -416,7 +416,7 @@ Zotero.IPC.Pipe = new function() { // Keep trying to write to pipe until we succeed, in case pipe is not yet open Zotero.debug("IPC: Closing pipe "+file.path); - Zotero.IPC.safePipeWrite(file, "Zotero shutdown\n", true); + Zotero.IPC.safePipeWrite(file, "Zotero shutdown\n"); // Delete pipe file.remove(false);