docs: refine README.md
[poolifier.git] / examples / yourWorker.js
index 7de9485ceb1a228075011e615fb802d7660185b4..b2df8d19093527e0ca67a24f9f84589ab1207050 100644 (file)
@@ -11,7 +11,7 @@ function yourFunction () {
     }
     JSON.stringify(o)
   }
-  debug === true && console.log('This is the main thread ' + isMainThread)
+  debug === true && console.info('This is the main thread ' + isMainThread)
   return { ok: 1 }
 }