Skip to content

Commit ed99740

Browse files
committed
Documentation.
1 parent f720e2a commit ed99740

File tree

1 file changed

+1
-0
lines changed
  • bake/async/container/notify

1 file changed

+1
-0
lines changed

bake/async/container/notify/log.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ def initialize(...)
66
end
77

88
# Check if the log file exists and the service is ready.
9+
# @parameter path [String] The path to the notification log file, uses the `NOTIFY_LOG` environment variable if not provided.
910
def ready?(path: Async::Container::Notify::Log.path)
1011
if File.exist?(path)
1112
File.foreach(path) do |line|

0 commit comments

Comments
 (0)