Skip to content

Commit

Permalink
Fix require url in math_worker example
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Sep 26, 2020
1 parent 18996cb commit 91fa8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/advanced/web_server/math_worker.js
@@ -1,4 +1,4 @@
const { create, all } = require('../../../index')
const { create, all } = require('../../../main/es5/index.js')
const workerpool = require('workerpool')
const math = create(all)

Expand Down

0 comments on commit 91fa8ea

Please sign in to comment.