Home
last modified time | relevance | path

Searched refs:kWatchedPaths (Results 1 – 1 of 1) sorted by relevance

/third_party/node/lib/internal/main/
Dwatch_mode.js35 const kWatchedPaths = ArrayPrototypeMap(getOptionValue('--watch-path'), (path) => resolve(path)); constant
46 ArrayPrototypeForEach(kWatchedPaths, (p) => watcher.watchPath(p));