Skip to content

Commit

Permalink
fix up the formatting a bit for directory watcher errors (#3266)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed Mar 16, 2022
1 parent e5ca73c commit 06be5da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
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

0 comments on commit 06be5da

Please sign in to comment.