We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f33e1a6 commit 8b535a9Copy full SHA for 8b535a9
bake/async/container/notify/log.rb
@@ -6,6 +6,7 @@ def initialize(...)
6
end
7
8
# 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.
10
def ready?(path: Async::Container::Notify::Log.path)
11
if File.exist?(path)
12
File.foreach(path) do |line|
0 commit comments