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 up the formatting a bit for directory watcher errors #3266

Merged
merged 1 commit into from Mar 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions build_runner/CHANGELOG.md
@@ -1,3 +1,8 @@
## 2.1.9-dev

- Fix up the formatting a bit for the error message that is logged when we get
errors from the directory watcher.

## 2.1.8

- Support null stack traces coming from the build runner script isolate.
Expand Down
2 changes: 1 addition & 1 deletion build_runner/lib/src/watcher/graph_watcher.dart
Expand Up @@ -59,7 +59,7 @@ class PackageGraphWatcher {
'Error from directory watcher for package:${w.node.name}\n\n'
'If you see this consistently then it is recommended that '
'you enable the polling file watcher with '
'--use-polling-watcher.',
'--use-polling-watcher.\n\n',
e,
s);
}))
Expand Down
2 changes: 1 addition & 1 deletion build_runner/pubspec.yaml
@@ -1,5 +1,5 @@
name: build_runner
version: 2.1.8
version: 2.1.9-dev
description: A build system for Dart code generation and modular compilation.
repository: https://github.com/dart-lang/build/tree/master/build_runner

Expand Down