Skip to content

Commit

Permalink
Simplify 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 91fa8ea commit d82fc39
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('../../../main/es5/index.js')
const { create, all } = require('../../..')
const workerpool = require('workerpool')
const math = create(all)

Expand Down

0 comments on commit d82fc39

Please sign in to comment.