We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf04b1 commit 158f7fcCopy full SHA for 158f7fc
1 file changed
spec/helpers.moon
@@ -24,7 +24,7 @@ with_dev = (fn) ->
24
25
setup ->
26
_G.require = (mod) ->
27
- switch mod
+ mod = switch mod
28
when "moonscript"
29
"moonscript.init"
30
when "moon"
0 commit comments