You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Paths output by simple-watcher command are always absolute; they are passed through path.resolve().
Paths returned by the watch() generator start from the normalised path provided as input (if absolute, will be absolute, if relative, will be relative).