mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
⚡Adding error stacktrace to current response
This commit is contained in:
parent
ed0e34546f
commit
e194aa26cf
|
@ -677,6 +677,7 @@ async function loadResources() {
|
|||
message: removeDuplicateTextFromErrorMessage(e.message),
|
||||
description: e.description,
|
||||
httpCode: e.httpCode,
|
||||
stackTrace: e.stacktrace,
|
||||
},
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue