Skip to content

issues Search Results · repo:nodejs/node fs.watch

Filter by

0 results
 (71 ms)

0 results

innodejs/node (press backspace or delete to remove)

... steps will reproduce the bug? By experimentation I have determined that, on Windows and Linux, fs.watch is watching the filesystem as soon as the function call returns. Unfortunately, on macOS ...
fs
libuv
macos
  • djcsdy
  • 9
  • Opened 
    on Apr 19
  • #52601

... (__dirname, real ), path.join(__dirname, link ), junction ); } catch { } await delay(1000); console.log( Creating recursive watchers... ); let last = 0; const watcher1 = fs.watch ...
fs
windows
  • rbuckton
  • 4
  • Opened 
    on Jul 17
  • #53903

... created with fs.watch is not emitted if the change happen to quickly after the call of fs.watch. The strange thing is that if the content is only a text (without JSON format) the watcher emit the event ...
confirmed-bug
fs
macos
repro-exists
  • Apokalypt
  • 13
  • Opened 
    on May 21
  • #53111

... src\Config.js Just by opening it. fs.watch is also used in the node --watch implementation which is causing multiple reloads just because VS Code is reading some files. How often does it reproduce ...
  • richterdennis
  • 1
  • Opened 
    on Nov 26, 2023
  • #50920

... version ones listed above, and run the node REPL with the following commands. const fs = require( fs ); fs.watch( \\\\wsl$\\Ubuntu\\home\\{WSL2_USERNAME}\\test.txt ); You will get back the following ...
fs
windows
wsl
  • NateAGeek
  • Opened 
    on Mar 28, 2021
  • #37960

... behavior makes sense for the lower-level and more raw fs.watch(), perhaps the more general --watch behavior can be expanded to be smarter about detecting replaced files. Alternatively, a new flag can be ...
feature request
watch-mode
  • mbrevda
  • 5
  • Opened 
    on Jan 31
  • #51621

Does fs.watch() work on that directory? If not, you have the answer to why reloads don t work: the operating system doesn t report events.
watch-mode
  • millerick
  • 3
  • Opened 
    on Mar 14, 2023
  • #47077
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.