Commit 8372ea2
doc,test: enable recursive file watching in Windows
Recursive file watching is supported by libuv since 1.7.0. Refer
https://github.com/nodejs/node/blob/master/deps/uv/ChangeLog#L126. This
patch notes that in the docs and enables testing this feature. It also
adds proper TAP plugin parsable message for other platforms.
PR-URL: #2649
Fixes: #375
Reviewed-By: rvagg - Rod Vagg <rod@vagg.org>
Reviewed-By: silverwind - Roman Reiss <me@silverwind.io>1 parent aa1140e commit 8372ea2Copy full SHA for 8372ea2
File tree
Expand file treeCollapse file tree
2 files changed
+6
-4
lines changedOpen diff view settings
Filter options
- doc/api
- test/sequential
Expand file treeCollapse file tree
2 files changed
+6
-4
lines changedOpen diff view settings
Collapse file
+3-3Lines changed: 3 additions & 3 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
625 | 625 | |
626 | 626 | |
627 | 627 | |
628 | | - |
629 | | - |
630 | | - |
| 628 | + |
| 629 | + |
| 630 | + |
631 | 631 | |
632 | 632 | |
633 | 633 | |
|
Collapse file
test/sequential/test-fs-watch-recursive.js
Copy file name to clipboardExpand all lines: test/sequential/test-fs-watch-recursive.js+3-1Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
7 | | - |
| 7 | + |
8 | 8 | |
9 | 9 | |
10 | 10 | |
| ||
46 | 46 | |
47 | 47 | |
48 | 48 | |
| 49 | + |
| 50 | + |
49 | 51 | |
0 commit comments