Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
_emit = (eventType: string, path: string, stat: ?fs.Stats) => {
this.emit(eventType, path, this.root, stat);
this.emit(common.ALL_EVENT, eventType, path, this.root, stat);
};