shama / gaze

:crystal_ball: A globbing fs.watch wrapper built from the best parts of other fine watch libs.
MIT License
1.16k stars 167 forks source link

Remove redundant super call for setMaxListeners #255

Closed Krinkle closed 5 years ago

Krinkle commented 5 years ago

Given Gaze inherits EE, that means this.setMaxListeners() was already calling EE.prototype.setMaxListeners.