| Index: runtime/bin/file_patch.dart
|
| diff --git a/runtime/bin/file_patch.dart b/runtime/bin/file_patch.dart
|
| index 2ca3e58175e4a0a9c4fa1251d912aa3e038ff72b..36e5b57e80d00cad20b6eb157b5200fe4eb592cc 100644
|
| --- a/runtime/bin/file_patch.dart
|
| +++ b/runtime/bin/file_patch.dart
|
| @@ -64,7 +64,7 @@ patch class _FileSystemWatcher {
|
|
|
| StreamController _broadcastController;
|
|
|
| - /* patch */ static Stream<FileSystemEvent> watch(
|
| + /* patch */ static Stream<FileSystemEvent> _watch(
|
| String path, int events, bool recursive) {
|
| if (Platform.isLinux) {
|
| return new _InotifyFileSystemWatcher(path, events, recursive).stream;
|
|
|