mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
There is no ES6 in compile-cache.js
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user