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