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 b4e4f94 + e5b120d commit 34d6b29Copy full SHA for 34d6b29
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