From ed258451523eae3d51d6dffb3fe4408da016231d Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Thu, 9 Jul 2015 16:12:06 +0100 Subject: [PATCH] remove accidental stackTraceLimit assignment --- src/acorn/plugins/flow.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/acorn/plugins/flow.js b/src/acorn/plugins/flow.js index c15b597f64..34919438f4 100644 --- a/src/acorn/plugins/flow.js +++ b/src/acorn/plugins/flow.js @@ -1,4 +1,3 @@ -Error.stackTraceLimit = Infinity; var acorn = require("../src/index") var pp = acorn.Parser.prototype