Gildas 2 년 전
부모
커밋
2d8710bee6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/ui/content/content-ui-editor-web.js

+ 1 - 1
src/ui/content/content-ui-editor-web.js

@@ -1138,7 +1138,7 @@ pre code {
 				workerScripts: { inflate: ["/lib/single-file-z-worker.js"] }
 			};
 			try {
-				const worker = new Worker(zipOptions.workerScripts);
+				const worker = new Worker(zipOptions.workerScripts.inflate[0]);
 				worker.terminate();
 			} catch (error) {
 				delete zipOptions.workerScripts;