Skip to content

![medium](https://www.gstatic.com/codereviewagent/medium-priority.svg) #62

@synthable

Description

@synthable

medium

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions