Skip to content

Commit 6a52a8a

Browse files
authored
Merge pull request #438 from zapcannon87/master
chore: update cli
2 parents ff553a9 + 69cc0bc commit 6a52a8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ class Task {
6161
completion?($0)
6262
group.leave()
6363
}
64+
print("Run Task: \(self.task.arguments?[0] ?? "") \(self.task.arguments?[1] ?? "") ...")
6465
try self.task.run()
6566
self.task.waitUntilExit()
6667
} catch {

0 commit comments

Comments
 (0)