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),
""
}, "\n"))
return nil
return true
end
return code
end

View File

@ -105,7 +105,7 @@ compile_file_text = (text, opts={}) ->
"Compile time\t" .. format_time(compile_time),
""
}, "\n"
return nil
return true
code