We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b7db7d commit c97e8d6Copy full SHA for c97e8d6
1 file changed
lib/index.js
@@ -124,7 +124,7 @@ export function detectPrng(allowInsecure = false, root) {
124
catch (e) { }
125
return () => Math.random();
126
}
127
- throw createError("secure crypto unusable, insecure Math.random not allowedW");
+ throw createError("secure crypto unusable, insecure Math.random not allowed");
128
129
export function factory(currPrng) {
130
if (!currPrng) {
0 commit comments