Skip to content

Commit

Permalink
Add back
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed Mar 27, 2024
1 parent 87b1918 commit dbc98a6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ func main() {
defer source.Close()

if err = source.Run(ctx, writer); err != nil {
logger.Fatal("Failed to run", slog.Any("err", err))
logger.Fatal("Failed to run",
slog.Any("err", err),
slog.String("source", string(cfg.Source)),
slog.String("destination", string(cfg.Destination)),
)
}
}

0 comments on commit dbc98a6

Please sign in to comment.