Closed this issue 13 years ago · 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.
script
fixed in bc2c549 (thanks apbb!)