Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 75174c123724660b3f62edb3ef2d5b78 > files > 3

nodejs-snapdragon-0.12.0-6.mga9.src.rpm

diff --git a/lib/parser.js b/lib/parser.js
index db4e1f2..fc684bf 100644
--- a/lib/parser.js
+++ b/lib/parser.js
@@ -70,7 +70,7 @@ Parser.prototype = Emitter({
       errors: this.errors
     }));
 
-    this.ast.pushNode(this.bos);
+    this.ast.push(this.bos);
     this.nodes = [this.ast];
   },