kopia lustrzana https://github.com/c9/core
dont try to manipulate undefined stacktrace
rodzic
a31baeafac
commit
3297b9a3a7
|
@ -143,7 +143,7 @@ function plugin(options, imports, register) {
|
|||
title: statusCodes[statusCode] || NICE_USER_ERROR_MSG,
|
||||
scope: options.scope || "",
|
||||
showStackTrace: showStackTrace,
|
||||
stack: stack.split('\n').slice(1),
|
||||
stack: stack,
|
||||
statusCode: statusCode,
|
||||
error: err.toString()
|
||||
}, next);
|
||||
|
|
Ładowanie…
Reference in New Issue