mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 12:44:07 -08:00
👕 Fix lint issue
This commit is contained in:
parent
05a27a1658
commit
2727c0f8f1
|
@ -468,8 +468,6 @@ export default mixins(
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
a.logo-text {
|
||||
position: relative;
|
||||
top: -3px;
|
||||
|
|
|
@ -171,8 +171,8 @@ if (process.env.NODE_ENV !== 'production') {
|
|||
// not do anything about it anyway
|
||||
return;
|
||||
}
|
||||
console.error('error cought in main.ts');
|
||||
console.error(message);
|
||||
console.error(error);
|
||||
console.error('error cought in main.ts'); // eslint-disable-line no-console
|
||||
console.error(message); // eslint-disable-line no-console
|
||||
console.error(error); // eslint-disable-line no-console
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue