fix: fix build
[poolifier.git] / tests / worker-files / thread / emptyWorker.js
index 191c033127e46ea054c5d425948e3c50a8df47c4..cb076770c8f59183d24b4504453ac3157d371079 100644 (file)
@@ -1,5 +1,5 @@
 'use strict'
-const { ThreadWorker, KillBehaviors } = require('../../../lib/index')
+const { ThreadWorker, KillBehaviors } = require('../../../lib')
 
 function test () {}