refactor: properly format artefact logs

This commit is contained in:
David Bailey 2023-04-17 16:34:16 +02:00
parent 71a3346906
commit 7910527d99

View file

@ -110,7 +110,7 @@ module Comfpile
@log_current_line = text
@log_current_level = level
puts "> #{@state} #{@target}: #{text}"
puts "> %-30s %s:\n %s" % [@stage, @target, text]
nil
end