Check for unused files in output folder

This commit is contained in:
Christoph Hagen
2025-02-16 14:53:00 +01:00
parent 2cad27b504
commit 6b6db702f1
9 changed files with 95 additions and 7 deletions

View File

@ -59,8 +59,6 @@ final class RemotePush: ObservableObject {
process.arguments = ["-c", argument]
print(argument)
let pipe = Pipe()
process.standardOutput = pipe
process.standardError = pipe