Skip to content

Commit 0eed404

Browse files
committed
debug
1 parent 0ddf8fb commit 0eed404

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Plugins/AWSLambdaPackager/Plugin.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ struct AWSLambdaPackager: CommandPlugin {
107107
)
108108
let productPath = buildOutputPath.appending(product.name)
109109
guard FileManager.default.fileExists(atPath: productPath.string) else {
110+
print("expected '\(product.name)' binary at \"\(productPath.string)\"")
110111
throw Errors.productExecutableNotFound(product.name)
111112
}
112113
builtProducts[.init(product)] = productPath

0 commit comments

Comments
 (0)