We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d8807 commit cc46fedCopy full SHA for cc46fed
src/utils/logs.ts
@@ -7,12 +7,12 @@ const _info = console.info;
7
8
console.error = function () {
9
// @ts-ignore
10
- _error(red.apply(console, arguments));
+ _error(red.bold.apply(console, arguments));
11
};
12
13
console.warn = function () {
14
15
- _warn(yellow.apply(console, arguments));
+ _warn(yellow.bold.apply(console, arguments));
16
17
18
console.info = function () {
0 commit comments