| Index: runtime/bin/file_system_watcher_macos.cc
|
| diff --git a/runtime/bin/file_system_watcher_macos.cc b/runtime/bin/file_system_watcher_macos.cc
|
| index 88d98d40d4352a10e0eb49b56f5d159b41c9d6fe..93177f2ea5a85372b9694a91fe68cd5e2687d2fe 100644
|
| --- a/runtime/bin/file_system_watcher_macos.cc
|
| +++ b/runtime/bin/file_system_watcher_macos.cc
|
| @@ -113,7 +113,7 @@ class FSEventsWatcher {
|
| array,
|
| kFSEventStreamEventIdSinceNow,
|
| 0.10,
|
| - kFSEventStreamCreateFlagNoDefer | kFSEventStreamCreateFlagFileEvents);
|
| + kFSEventStreamCreateFlagFileEvents);
|
| CFRelease(array);
|
|
|
| node->set_ref(ref);
|
|
|