Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bin: remove arrow functions for Node 0.12 support
Commit 22b7aa5 ("Move main logic from bin file (#9)") broke tap-difflet Node 0.10 and 0.12 support due to its use of arrow functions, which aren't supported by old versions of Node. This was spotted trying to upgrade node-nanomsg to use tap-difflet. Fixes #13
- Loading branch information