Skip to content

Stack trace is shown to the user instead of a normal error message #1610

@georgianastasov

Description

@georgianastasov

Description:

When the command (ig new project-name --framework=webcomponent) fails, it returns a full stack trace instead of a clean, user-friendly error message.

This exposes internal error details and makes the CLI output noisy. For expected or validation-related failures, the user should get a normal message back rather than a stack trace.

Steps to reproduce:

  1. Run: ig new project-name --framework=webcomponent
  2. Observe that a stack trace is printed.

Actual result:

On failure, the CLI prints a stack trace in the terminal.

Expected behavior:

A normal readable error message should be shown to the user instead of exposing the stack trace.

Impact:

This creates a poor user experience and exposes internal implementation details for an expected failure path.

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions