[fix] fsa api accessing null

This commit is contained in:
kwaroran
2023-12-03 16:56:02 +09:00
parent 6ed5c549e2
commit a91977ec82

View File

@@ -59,7 +59,7 @@ class LocalWriter{
accept: {'application/octet-stream': ['.bin']}
}]
})
const writable = await handle[0].createWritable()
const writable = await handle.createWritable()
this.writableStream = writable
this.writer = writable.getWriter()
return true