Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(changeStreams): fixing node4 issue with util.inherits (#1587)
require('util').inherits(ctor, super) blows away the original prototype of ctor. If we wish to use it, we need to move the inherits call to directly after the constructor creation. In the future, we should switch to using classes.
- Loading branch information