X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Fworker-files%2Fcluster%2FechoWorker.cjs;h=5196b5db1522820aecd9de332f291319bca63a63;hb=5993cfc5a031fd2d64f644505db125bc1d28b05b;hp=5052e18c86d997bdbfa34f3d963f7dc9635961cf;hpb=6fe11650f9dd0b614295bb7aad05e677f27e599d;p=poolifier.git diff --git a/tests/worker-files/cluster/echoWorker.cjs b/tests/worker-files/cluster/echoWorker.cjs index 5052e18c..5196b5db 100644 --- a/tests/worker-files/cluster/echoWorker.cjs +++ b/tests/worker-files/cluster/echoWorker.cjs @@ -4,6 +4,7 @@ const { ClusterWorker, KillBehaviors } = require('../../../lib/index.cjs') /** * * @param data + * @returns */ function echo (data) { return data