Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: harden error handling in lib/cli/run.js #5074

Merged
merged 14 commits into from
Mar 26, 2024

Commits on Jan 15, 2024

  1. Bugfix: Output stacktrace to support typescript errors.

    Before this patch the errorhandling would fail with the error: "ERROR: null". Debug showed that the error "caught error sometime before command handler: TypeError: Cannot convert object to primitive value"
    stalet committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    77934c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Update lib/cli/run.js

    Co-authored-by: Pelle Wessman <pelle@kodfabrik.se>
    stalet and voxpelli committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    25bda25 View commit details
    Browse the repository at this point in the history
  2. Fix minor typo.

    stalet committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    d9e64ad View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Update lib/cli/run.js

    Do not change the original functionality.
    
    Co-authored-by: Pelle Wessman <pelle@kodfabrik.se>
    stalet and voxpelli committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    8b7613c View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    3a11def View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5105f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    cc1c7ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b70a40c View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    8be4ad1 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    f66505f View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    8a07c4f View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    5b398f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Fix tests

    voxpelli committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    9a65149 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b264a59 View commit details
    Browse the repository at this point in the history