Skip to content

Commit

Permalink
Merge f9b88e8 into 6019382
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Aug 19, 2021
2 parents 6019382 + f9b88e8 commit b93fea2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/transport.js
Expand Up @@ -33,8 +33,7 @@ function buildStream (filename, workerData, workerOpts) {
const stream = new ThreadStream({
filename,
workerData,
workerOpts,
sync: true // TODO should this be configurable?
workerOpts
})

stream.on('ready', function () {
Expand Down

0 comments on commit b93fea2

Please sign in to comment.