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(server): type error: watcher undefined #1098

Merged
merged 1 commit into from
Feb 5, 2022
Merged

Conversation

kellymears
Copy link
Contributor

@kellymears kellymears commented Feb 4, 2022

Overview

Fixes a fatal error when a user does not call bud.watch or otherwise has no watched files.

closes: 1082

Type of change

  • PATCH: Backwards compatible bug fix

This PR includes breaking changes to the following core packages:

  • none

This PR includes breaking changes to the follow extensions:

  • none

Dependency changes

  • none

@kellymears kellymears linked an issue Feb 4, 2022 that may be closed by this pull request
5 tasks
@kellymears kellymears marked this pull request as ready for review February 4, 2022 13:25
@kellymears kellymears changed the title type error: watcher undefined fix(server): type error: watcher undefined Feb 5, 2022
@kellymears kellymears merged commit 19063ed into main Feb 5, 2022
@kellymears kellymears deleted the fix-watcher-undefined branch February 5, 2022 01:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug] TypeError: app.use() requires a middleware function
2 participants