From 4f9e1a8ca3939f887a0c516c1ebe384247faed1e Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Mon, 7 Dec 2015 14:25:11 -0700 Subject: [PATCH] Increase stack trace size limit to 30 --- src/compile-cache.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/compile-cache.js b/src/compile-cache.js index f7726b4b3..f11856a47 100644 --- a/src/compile-cache.js +++ b/src/compile-cache.js @@ -158,6 +158,8 @@ require('source-map-support').install({ } }) +Error.stackTraceLimit = 30 + var sourceMapPrepareStackTrace = Error.prepareStackTrace var prepareStackTrace = sourceMapPrepareStackTrace