remove built printout when running comipiler on single file

This commit is contained in:
leaf corcoran 2018-04-13 11:09:19 -07:00
parent 491f2352a2
commit 9cba69b114

View File

@ -225,9 +225,7 @@ else
if not success then if not success then
io.stderr:write(fname .. "\t" .. err .. "\n") io.stderr:write(fname .. "\t" .. err .. "\n")
os.exit(1) os.exit(1)
elseif success == "build" then else
log_msg("Built", fname)
end
end end
end end