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

Replace console errors with configuration warnings #7

Merged
merged 2 commits into from
Mar 23, 2024

Commits on Feb 25, 2024

  1. Replace console errors with configuration warnings

    Instead of pushing an error to the console every time that an input
    cannot be found in the InputMap, we can add it to the ActionPrompt's
    configuration warnings instead.
    
    This reduces the amount of console output and makes it clearer where
    the issue lies.
    
    Closes #6.
    Pennycook committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    439a80c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bef81a7 View commit details
    Browse the repository at this point in the history