fix type bug

This commit is contained in:
zjcqoo 2021-12-17 16:19:35 +08:00
parent d2dcf0a9c0
commit f9b49e7d72
1 changed files with 2 additions and 2 deletions

View File

@ -33,9 +33,9 @@ function pageEnv() {
time: Date.now()
})
var res = new Response(info)
pendings.push([
pendings.push(
cache.put(rootPath + '.cache-info', res),
])
)
var pathResMap = unpack(bytes)