Skip to content

Commit efeba9d

Browse files
committed
fix: import fswfs correctly
1 parent d1a158f commit efeba9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/createWritable.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import FileSystemWritableFileStream from './FileSystemWritableFileStream.js'
12
import { errors } from './util.js'
23

34
const { INVALID, SYNTAX, GONE } = errors
@@ -167,7 +168,7 @@ if (
167168
async abort (reason) {
168169
await send({ type: 'abort', reason })
169170
worker.terminate()
170-
},
171+
}
171172
})
172173

173174
return ws

0 commit comments

Comments
 (0)