Browse Source

format code

Gildas 2 tuần trước cách đây
mục cha
commit
cb52eec392
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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" });