mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04: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