Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
cli: improve copy around discovering errors
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Oct 10, 2024
1 parent 5ca5f79 commit 4b8ef7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sst/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func main() {
slog.Error("exited with error", "err", err)
// check if context cancelled error
if err != context.Canceled {
ui.Error("Unexpected error occurred. Please check the logs in .sst/log/sst.log")
ui.Error("Unexpected error occurred. Please run with --print-logs or check .sst/log/sst.log if available.")
}
}
telemetry.Close()
Expand Down

0 comments on commit 4b8ef7f

Please sign in to comment.