Gildas vor 2 Wochen
Ursprung
Commit
cb52eec392
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/core/common/download.js

+ 1 - 1
src/core/common/download.js

@@ -162,7 +162,7 @@ async function downloadPage(pageData, options) {
 			}
 			if (options.backgroundSave) {
 				const hash = options.openEditor ? null : pageData.hash;
-				await browser.runtime.sendMessage({ method: "downloads.end", taskId: options.taskId, hash , woleetKey: options.woleetKey });
+				await browser.runtime.sendMessage({ method: "downloads.end", taskId: options.taskId, hash, woleetKey: options.woleetKey });
 			}
 		} else {
 			browser.runtime.sendMessage({ method: "downloads.cancel" });