
The verbose check has been removed from the condition for logging stack traces. This will cause stack traces to be printed for all errors, which can be overly noisy for users. It's generally better to display stack traces only when the --verbose flag is active.
if (error instanceof Error && error.stack && verbose) {
Originally posted by @gemini-code-assist[bot] in #59 (comment)