diff options
Diffstat (limited to 'lib/random.moon')
| -rw-r--r-- | lib/random.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/random.moon b/lib/random.moon index 9e5e62b..88fdb89 100644 --- a/lib/random.moon +++ b/lib/random.moon @@ -1,4 +1,4 @@ -import Op, Value, ValueInput, EventInput, match from require 'core' +import Op, Value, ValueInput, EventInput, match from require 'core.base' apply_range = (range, val) -> if range\type! == 'str' |
