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),
|
"Compile time\t" .. format_time(compile_time),
|
||||||
""
|
""
|
||||||
}, "\n"))
|
}, "\n"))
|
||||||
return nil
|
return true
|
||||||
end
|
end
|
||||||
return code
|
return code
|
||||||
end
|
end
|
||||||
|
@ -105,7 +105,7 @@ compile_file_text = (text, opts={}) ->
|
|||||||
"Compile time\t" .. format_time(compile_time),
|
"Compile time\t" .. format_time(compile_time),
|
||||||
""
|
""
|
||||||
}, "\n"
|
}, "\n"
|
||||||
return nil
|
return true
|
||||||
|
|
||||||
code
|
code
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user