Merge pull request #224 from Nymphium/fix_#191

fix #191 benchmark failed
This commit is contained in:
leaf 2015-12-27 22:19:02 -08:00
commit 6a5377f3ab
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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