Improvements

This commit is contained in:
Jan Oberhauser
2021-12-23 21:00:08 +01:00
parent 395f8ed5b5
commit b4f2251bcb
5 changed files with 6 additions and 13 deletions

View File

@@ -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(':');