Skip to content

Commit 65f9bbb

Browse files
committed
fix: Add newline to shell result log
1 parent 8072683 commit 65f9bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ func RunShell(args ...string) error {
126126

127127
result = strings.TrimSpace(result)
128128
if result != "" {
129-
slog.Info("result: " + result)
129+
slog.Info("result: \n" + result)
130130
}
131131

132132
return nil

0 commit comments

Comments
 (0)