There is no ES6 in compile-cache.js

This commit is contained in:
Max Brunsfeld
2015-12-10 09:51:53 -08:00
parent 3846a46c4c
commit 5a6fd06386

View File

@@ -161,8 +161,7 @@ require('source-map-support').install({
Error.stackTraceLimit = 30
var prepareStackTraceWithSourceMapping = Error.prepareStackTrace
let prepareStackTrace = prepareStackTraceWithSourceMapping
var prepareStackTrace = prepareStackTraceWithSourceMapping
function prepareStackTraceWithRawStackAssignment (error, frames) {
if (error.rawStack) { // avoid infinite recursion