mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ Improvements
This commit is contained in:
@@ -120,7 +120,7 @@ return item;`,
|
||||
returnData.push({json:{ error: error.message }});
|
||||
continue;
|
||||
} else {
|
||||
// Try to find the lien number which contains the error and attach to error message
|
||||
// Try to find the line number which contains the error and attach to error message
|
||||
const stackLines = error.stack.split('\n');
|
||||
if (stackLines.length > 0) {
|
||||
const lineParts = stackLines[1].split(':');
|
||||
|
||||
Reference in New Issue
Block a user