You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use old-style functions and use safe-buffer
* err => {} notation doesn't work on Node 4.
* Use Buffer.alloc polyfill from safe-buffer
PR-URL: nodejs#122Fixes: nodejs#120
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>