Skip to content

Commit

Permalink
fix: import fswfs correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaUnknown committed Jul 25, 2024
1 parent d1a158f commit efeba9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/createWritable.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import FileSystemWritableFileStream from './FileSystemWritableFileStream.js'
import { errors } from './util.js'

const { INVALID, SYNTAX, GONE } = errors
Expand Down Expand Up @@ -167,7 +168,7 @@ if (
async abort (reason) {
await send({ type: 'abort', reason })
worker.terminate()
},
}
})

return ws
Expand Down

0 comments on commit efeba9d

Please sign in to comment.