X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2FyourWorker.js;h=b2df8d19093527e0ca67a24f9f84589ab1207050;hb=9606b474f66413e1626467a0ad293aab3ad06f99;hp=7de9485ceb1a228075011e615fb802d7660185b4;hpb=65d7a1c9177d558c01570f4013b7aa23bbee952d;p=poolifier.git diff --git a/examples/yourWorker.js b/examples/yourWorker.js index 7de9485c..b2df8d19 100644 --- a/examples/yourWorker.js +++ b/examples/yourWorker.js @@ -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 } }