refactor: properly format artefact logs
This commit is contained in:
parent
71a3346906
commit
7910527d99
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ module Comfpile
|
||||||
@log_current_line = text
|
@log_current_line = text
|
||||||
@log_current_level = level
|
@log_current_level = level
|
||||||
|
|
||||||
puts "> #{@state} #{@target}: #{text}"
|
puts "> %-30s %s:\n %s" % [@stage, @target, text]
|
||||||
|
|
||||||
nil
|
nil
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue