Skip to content

Commit

Permalink
Fix parser worker folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Yu committed Dec 12, 2023
1 parent d8d29aa commit 86d0231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parse/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const parser = {
}

const pool = workerpool.pool(
path.join(__dirname, 'parserlib', 'unified.js'),
path.join(__dirname, 'parser', 'unified.js'),
{ minWorkers: 1, maxWorkers: 1, workerType: 'thread' }
)
const proxy = pool.proxy<Worker>()
Expand Down

0 comments on commit 86d0231

Please sign in to comment.