Skip to content

Commit c97e8d6

Browse files
authored
Fix typo
1 parent 6b7db7d commit c97e8d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export function detectPrng(allowInsecure = false, root) {
124124
catch (e) { }
125125
return () => Math.random();
126126
}
127-
throw createError("secure crypto unusable, insecure Math.random not allowedW");
127+
throw createError("secure crypto unusable, insecure Math.random not allowed");
128128
}
129129
export function factory(currPrng) {
130130
if (!currPrng) {

0 commit comments

Comments
 (0)