X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Fjavascript%2FyourWorker.js;h=c21f911dc54a502490c3e4e5684af972f6180041;hb=bd7144c63c861ba096a56c66f5797a5b85f557d0;hp=b2df8d19093527e0ca67a24f9f84589ab1207050;hpb=7a923e5bc16ae3524c51bedd70c65ce6cc556fdc;p=poolifier.git diff --git a/examples/javascript/yourWorker.js b/examples/javascript/yourWorker.js index b2df8d19..c21f911d 100644 --- a/examples/javascript/yourWorker.js +++ b/examples/javascript/yourWorker.js @@ -11,7 +11,7 @@ function yourFunction () { } JSON.stringify(o) } - debug === true && console.info('This is the main thread ' + isMainThread) + debug === true && console.info(`This is the main thread ${isMainThread}`) return { ok: 1 } }