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: Handle ENOSPC error from chokidar #2725

Merged
merged 3 commits into from
Aug 8, 2024

Commits on Jul 30, 2024

  1. fix: Handle ENOSPC error from chokidar

    Now listens to the error event to check if "ENOSPC" occurrs.
    The watcher will then automaticly restart in polling mode, so that
    the user still sees his reqeusts / collections.
    
    Fixes: usebruno#1877
    Its-treason committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    127579c View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    db27602 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a73a7e View commit details
    Browse the repository at this point in the history