Skip to content

Commit

Permalink
Newline after command-line logging output (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun authored Jun 13, 2024
1 parent 078b352 commit 0aa0cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CartonHelpers/Process+run.swift
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ extension Process {
outputRedirection: .stream(stdout: stdout, stderr: stderr),
startNewProcessGroup: true,
loggingHandler: {
terminal.write($0)
terminal.write($0 + "\n")
}
)

Expand Down

0 comments on commit 0aa0cb7

Please sign in to comment.