repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
255394f
)
fix: fix getRandomValues issue with node 16
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 25 Aug 2023 17:49:44 +0000
(19:49 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 25 Aug 2023 17:49:44 +0000
(19:49 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
src/utils.ts
patch
|
blob
|
blame
|
history
diff --git
a/src/utils.ts
b/src/utils.ts
index 33ec019db92c46688615be01bd8a59573c0b2457..7a0ed2f6d0d877f25a57772540bd58083c51b726 100644
(file)
--- 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