Skip to content

Commit e5b120d

Browse files
authored
change logging of process URL
1 parent 4ef5075 commit e5b120d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/AWSLambdaPackager/PluginUtils.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ struct Utils {
2727
logLevel: ProcessLogLevel
2828
) throws -> String {
2929
if logLevel >= .debug {
30-
print("\(executable.absoluteString) \(arguments.joined(separator: " "))")
30+
print("\(executable.description) \(arguments.joined(separator: " "))")
3131
}
3232

3333
let fd = dup(1)

0 commit comments

Comments
 (0)