Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hirenko-v committed Sep 26, 2024
1 parent 46c16fb commit f402a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/snippet/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ func (SnippetExecutor) Execute(ctx context.Context, in executor.ExecuteInput) (e
}
content = string(out)
}

if content == "" { content = "empty output" }
fileSize := len(content)
filename := fmt.Sprintf("%s.log", strconv.FormatInt(time.Now().Unix(), 10))

Expand Down

0 comments on commit f402a9c

Please sign in to comment.