Still trying to fix only working at -O0

This commit is contained in:
msqr1
2024-03-10 00:56:41 -08:00
parent 05f14c3671
commit 9a40cdaa7f
9 changed files with 10659 additions and 4696 deletions

View File

@@ -41,6 +41,7 @@ class genericModel extends EventTarget {
if(!readRes.done) await wStream.write(readRes.value)
else break
}
tarReader.releaseLock()
await wStream.close()
mdl.obj.afterFetch()
break;