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.
2 parents ff553a9 + 69cc0bc commit 6a52a8aCopy full SHA for 6a52a8a
main.swift
@@ -61,6 +61,7 @@ class Task {
61
completion?($0)
62
group.leave()
63
}
64
+ print("Run Task: \(self.task.arguments?[0] ?? "") \(self.task.arguments?[1] ?? "") ...")
65
try self.task.run()
66
self.task.waitUntilExit()
67
} catch {
0 commit comments