Skip to content

Commit 1fa3981

Browse files
committed
改回注释
1 parent 0b1ded9 commit 1fa3981

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/service/service_worker/runtime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@ export class RuntimeService {
11961196
if (!enableScriptList.length) return null;
11971197

11981198
const scriptCodes = {} as Record<string, string>;
1199-
// 更新资源使用了file协议的脚本 ( 不能在其他地方更新吗?? 见 Issue #918 )
1199+
// 更新资源使用了file协议的脚本
12001200
const scriptsWithUpdatedResources = new Map<string, ScriptLoadInfo>();
12011201
for (const scriptRes of enableScriptList) {
12021202
const uuid = scriptRes.uuid;

0 commit comments

Comments
 (0)