We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b1ded9 commit 1fa3981Copy full SHA for 1fa3981
1 file changed
src/app/service/service_worker/runtime.ts
@@ -1196,7 +1196,7 @@ export class RuntimeService {
1196
if (!enableScriptList.length) return null;
1197
1198
const scriptCodes = {} as Record<string, string>;
1199
- // 更新资源使用了file协议的脚本 ( 不能在其他地方更新吗?? 见 Issue #918 )
+ // 更新资源使用了file协议的脚本
1200
const scriptsWithUpdatedResources = new Map<string, ScriptLoadInfo>();
1201
for (const scriptRes of enableScriptList) {
1202
const uuid = scriptRes.uuid;
0 commit comments