Skip to content

Commit 1034653

Browse files
authored
Fix broken threads/worker module (andywer#128)
1 parent d9639ff commit 1034653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = require("./dist/worker/index").default
1+
module.exports = require("./dist/worker/index")

0 commit comments

Comments
 (0)