refactor: use object destructuration at handling task execution response
[poolifier.git] / tests / worker-files / thread / errorWorker.js
index c4937c93ce9f1b45603bd0cfbef82d605602b3c3..19785dc36152b694d16e62468504590f9e921cb2 100644 (file)
@@ -1,5 +1,5 @@
 'use strict'
-const { ThreadWorker, KillBehaviors } = require('../../../lib/index')
+const { ThreadWorker, KillBehaviors } = require('../../../lib')
 
 function error () {
   throw new Error('Error Message from ThreadWorker')