fix #191 benchmark failed

This commit is contained in:
nymphium 2015-12-09 03:46:25 +09:00
parent 9e60662365
commit a569774536
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