👕 Fix lint issue

This commit is contained in:
Jan Oberhauser 2021-07-11 18:18:01 +02:00
parent c67a50069c
commit 45e73ad628

View file

@ -403,8 +403,8 @@ export default mixins(
if (data.data.resultData.error.stack) {
// Display some more information for now in console to make debugging easier
// TODO: Improve this in the future by displaying in UI
console.error(`Execution ${executionId} error:`);
console.error(data.data.resultData.error.stack);
console.error(`Execution ${executionId} error:`); // eslint-disable-line no-console
console.error(data.data.resultData.error.stack); // eslint-disable-line no-console
}
}
}