Skip to content

Commit 72132d7

Browse files
committed
fix: random-package
1 parent 1d70bb6 commit 72132d7

File tree

1 file changed

+1
-1
lines changed
  • tests/parsing-extensions/random-package

1 file changed

+1
-1
lines changed

tests/parsing-extensions/random-package/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = (options) => (value, [[, key]]) => {
1+
module.exports = (options) => (value, [, key]) => {
22
const rng = require('seedrandom')(options.seed);
33

44
if (key === '$random') {

0 commit comments

Comments
 (0)