change logging of process URL

This commit is contained in:
Sébastien Stormacq
2024-10-11 23:51:38 +02:00
committed by GitHub
parent 4ef50757a1
commit e5b120db67
+1 -1
View File
@@ -27,7 +27,7 @@ struct Utils {
logLevel: ProcessLogLevel
) throws -> String {
if logLevel >= .debug {
print("\(executable.absoluteString) \(arguments.joined(separator: " "))")
print("\(executable.description) \(arguments.joined(separator: " "))")
}
let fd = dup(1)