dherman/e4x-detector

Buffer.contents not found

Closed this issue · 1 comments

sm.parse("(function(){ " + script.contents + "\n})();", function(err, ast) {

script.contents (Buffer.contents) is not found in the latest version of node. Changing that to just script works.

fixed in bc2c549 (thanks apbb!)