Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Before this commit, when someone tried to insert a Buffer into an array, the library would try to escape it (by calling the `escapeElement` on it), which would fail because buffers don't have a `replace` method.
- Loading branch information