From 5c25e72d66bb668500eb724a568dffaa42db5481 Mon Sep 17 00:00:00 2001 From: anton Date: Tue, 15 Sep 2026 22:42:57 +0200 Subject: [PATCH] 1 --- Sources/PackLib/Packer.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/PackLib/Packer.swift b/Sources/PackLib/Packer.swift index 054f65ce..3ae811f7 100644 --- a/Sources/PackLib/Packer.swift +++ b/Sources/PackLib/Packer.swift @@ -71,7 +71,7 @@ public struct Packer: Sendable { ) try await Subprocess.run( buildConfig, - output: .currentStandardError, + output: .currentStandardOutput, error: .currentStandardError, ) .checkSuccess()