소스 검색

format code

Gildas 2 달 전
부모
커밋
cb52eec392
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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" });