mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
Fix require url in math_worker example
This commit is contained in:
parent
18996cb417
commit
91fa8ea5aa
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user