refactor: code cleanup
[poolifier.git] / tests / worker-files / thread / echoWorker.mjs
index 0b9251cb1138eba4c8f687c146d197b9071f9357..04b6c9965f2b1b11e3a93d58499f8e02bec73cad 100644 (file)
@@ -3,6 +3,7 @@ import { KillBehaviors, ThreadWorker } from '../../../lib/index.js'
 /**
  *
  * @param data
+ * @returns
  */
 function echo (data) {
   return data