diff --git a/dist/bigint-crypto-utils-latest.node.js b/dist/bigint-crypto-utils-latest.node.js index e3508d6..78f959d 100644 --- a/dist/bigint-crypto-utils-latest.node.js +++ b/dist/bigint-crypto-utils-latest.node.js @@ -685,7 +685,7 @@ let _useWorkers = true; // The following is just to check wheter Node.js can use return true; } catch (e) { console.log(`[bigint-crypto-utils] WARNING: -This node version doesn't support worker_threads. You should enable them in order to greately speedup the generation of big prime numbers. +This node version doesn't support worker_threads. You should enable them in order to greatly speedup the generation of big prime numbers. · With Node 11 it is enabled by default (consider upgrading). · With Node 10, starting with 10.5.0, you can enable worker_threads at runtime executing node --experimental-worker `); return false; diff --git a/src/main.js b/src/main.js index fc86544..e16084f 100644 --- a/src/main.js +++ b/src/main.js @@ -738,7 +738,7 @@ if (!process.browser) { // Node.js return true; } catch (e) { console.log(`[bigint-crypto-utils] WARNING: -This node version doesn't support worker_threads. You should enable them in order to greately speedup the generation of big prime numbers. +This node version doesn't support worker_threads. You should enable them in order to greatly speedup the generation of big prime numbers. · With Node 11 it is enabled by default (consider upgrading). · With Node 10, starting with 10.5.0, you can enable worker_threads at runtime executing node --experimental-worker `); return false;