mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
Merge pull request #224 from Nymphium/fix_#191
fix #191 benchmark failed
This commit is contained in:
commit
6a5377f3ab
@ -102,7 +102,7 @@ compile_file_text = function(text, opts)
|
||||
"Compile time\t" .. format_time(compile_time),
|
||||
""
|
||||
}, "\n"))
|
||||
return nil
|
||||
return true
|
||||
end
|
||||
return code
|
||||
end
|
||||
|
@ -105,7 +105,7 @@ compile_file_text = (text, opts={}) ->
|
||||
"Compile time\t" .. format_time(compile_time),
|
||||
""
|
||||
}, "\n"
|
||||
return nil
|
||||
return true
|
||||
|
||||
code
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user