Skip to content

Commit 4f6fc10

Browse files
committed
added comments
1 parent a24b50e commit 4f6fc10

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

exe/arduino_ci_remote.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ def terminate(final = nil)
2828
# without altering the signature because it only leaves space
2929
# for the checkmark _after_ the multiline, it doesn't know how
3030
# to make that conditionally the body
31+
# @param message String the text of the progress indicator
32+
# @param multiline boolean whether multiline output is expected
33+
# @param mark_fn block (string) -> string that says how to describe the result
34+
# @param on_fail_msg String custom message for failure
35+
# @param tally_on_fail boolean whether to increment @failure_count
36+
# @param abort_on_fail boolean whether to abort immediately on failure (i.e. if this is a fatal error)
3137
def perform_action(message, multiline, mark_fn, on_fail_msg, tally_on_fail, abort_on_fail)
3238
line = "#{message}... "
3339
endline = "...#{message} "

0 commit comments

Comments
 (0)