From 04a29f8344d26f4a732cc567ff8908e3cd0c2c4a 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 --- plugins/flow.js | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/flow.js b/plugins/flow.js index c15b597f64..34919438f4 100644 --- a/plugins/flow.js +++ b/plugins/flow.js @@ -1,4 +1,3 @@ -Error.stackTraceLimit = Infinity; var acorn = require("../src/index") var pp = acorn.Parser.prototype