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 435033e commit 54ad7d3Copy full SHA for 54ad7d3
Plugins/AWSLambdaPackager/Plugin.swift
@@ -273,7 +273,7 @@ struct AWSLambdaPackager: CommandPlugin {
273
}
274
275
let fd = dup(1)
276
- let stdout = fdopen(fd, "rw")!
+ let stdout = fdopen(fd, "rw")
277
defer { fclose(stdout) }
278
279
// We need to use an unsafe transfer here to get the fd into our Sendable closure.
0 commit comments