mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Use longjohn to repair stacktraces on self-test
This commit is contained in:
@@ -15,7 +15,7 @@ const _ = require('underscore');
|
||||
// return anything past that function. We call this the "user portion"
|
||||
// of the stack.
|
||||
export function parse(err) {
|
||||
var frames = err.stack.split('\n');
|
||||
let frames = err.stack.split('\n');
|
||||
|
||||
frames.shift(); // at least the first line is the exception
|
||||
|
||||
|
||||
Reference in New Issue
Block a user