From: Jérôme Benoit Date: Fri, 25 Aug 2023 17:49:44 +0000 (+0200) Subject: fix: fix getRandomValues issue with node 16 X-Git-Tag: v2.6.35~3 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=fe8c464daf95d41241d675808d71b955025c1bd2;p=poolifier.git fix: fix getRandomValues issue with node 16 Signed-off-by: Jérôme Benoit --- diff --git a/src/utils.ts b/src/utils.ts index 33ec019d..7a0ed2f6 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -1,5 +1,4 @@ import * as os from 'node:os' -import * as crypto from 'node:crypto' import type { MeasurementStatisticsRequirements, WorkerChoiceStrategyOptions