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

removed servererror, improved logging #2147

Merged
merged 7 commits into from
Sep 19, 2024
Merged

removed servererror, improved logging #2147

merged 7 commits into from
Sep 19, 2024

Commits on Sep 17, 2024

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

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    8382d43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    468891e View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    2762630 View commit details
    Browse the repository at this point in the history
  2. Refactor ConsoleThread class and add singleton pattern

    This commit refactors the ConsoleThread class in the `ConsoleThread.ts` file. It adds a static `_instance` property to implement the singleton pattern, ensuring that only one instance of the ConsoleThread class can be created. The commit also includes a test in the `index.test.ts` file to verify that an error is thrown if more than one instance of ConsoleThread is created.
    drazisil committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ed57f70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c334eb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a6809f View commit details
    Browse the repository at this point in the history