X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Fworker-files%2Fcluster%2FerrorWorker.js;h=01cffc5e47641a74297f0ac1e11542eaf4f8e4d9;hb=b9da9d7e74c720f83482a09d1b883fc83d04f4ed;hp=bea29f4192eed2fb72f346b388dd61566df71ada;hpb=124119cf66af88a8583aef7ff2e41b855b0a8937;p=poolifier.git diff --git a/tests/worker-files/cluster/errorWorker.js b/tests/worker-files/cluster/errorWorker.js index bea29f41..01cffc5e 100644 --- a/tests/worker-files/cluster/errorWorker.js +++ b/tests/worker-files/cluster/errorWorker.js @@ -1,5 +1,5 @@ 'use strict' -const { ClusterWorker, KillBehaviors } = require('../../../lib/index') +const { ClusterWorker, KillBehaviors } = require('../../../lib') function error () { throw new Error('Error Message from ClusterWorker')