Skip to content

Commit 6052593

Browse files
committed
Add comment to inform
1 parent 1640dbb commit 6052593

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

exe/arduino_ci_remote.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ def terminate(final = nil)
2424
end
2525

2626
# make a nice status line for an action and react to the action
27+
# TODO / note to self: inform_multline is tougher to write
28+
# without altering the signature because it only leaves space
29+
# for the checkmark _after_ the multiline, it doesn't know how
30+
# to make that conditionally the body
2731
def perform_action(message, multiline, mark_fn, on_fail_msg, tally_on_fail, abort_on_fail)
2832
line = "#{message}... "
2933
endline = "...#{message} "

0 commit comments

Comments
 (0)