atom / node-pathwatcher

Path Watcher Node Module
http://atom.github.io/node-pathwatcher
MIT License
93 stars 47 forks source link

Remove privilege escalation functionality #122

Closed maxbrunsfeld closed 7 years ago

maxbrunsfeld commented 7 years ago

This behavior is now implemented in TextBuffer, and uses the async spawn-as-admin module instead of runas, which is synchronous.

Refs https://github.com/atom/text-buffer/pull/246