Guest User

Untitled

a guest
Oct 23rd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. const watcher = chokidar.watch(watchPath, options);
  2.  
  3. watcher.on('change', () => {
  4. this.sockWrite(this.sockets, 'content-changed');
  5. });
Add Comment
Please, Sign In to add comment