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 4ef5075 commit e5b120dCopy full SHA for e5b120d
Plugins/AWSLambdaPackager/PluginUtils.swift
@@ -27,7 +27,7 @@ struct Utils {
27
logLevel: ProcessLogLevel
28
) throws -> String {
29
if logLevel >= .debug {
30
- print("\(executable.absoluteString) \(arguments.joined(separator: " "))")
+ print("\(executable.description) \(arguments.joined(separator: " "))")
31
}
32
33
let fd = dup(1)
0 commit comments