This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Description
See: nodejs/node-v0.x-archive@523929c
/cc @trevnorris
The original commit log says, "Fixes usage of global object 'Buffer' in lib/* files by ensuring that each file does an explicit require('buffer').Buffer. Previously, when running a repl, due to usage of global 'Buffer', any redefinition of Buffer would cause a crash eg var Buffer = {}."