mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -403,8 +403,8 @@ export default mixins(
|
|||||||
if (data.data.resultData.error.stack) {
|
if (data.data.resultData.error.stack) {
|
||||||
// Display some more information for now in console to make debugging easier
|
// Display some more information for now in console to make debugging easier
|
||||||
// TODO: Improve this in the future by displaying in UI
|
// TODO: Improve this in the future by displaying in UI
|
||||||
console.error(`Execution ${executionId} error:`);
|
console.error(`Execution ${executionId} error:`); // eslint-disable-line no-console
|
||||||
console.error(data.data.resultData.error.stack);
|
console.error(data.data.resultData.error.stack); // eslint-disable-line no-console
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user