Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcc46fed

Browse files
committed
fix logs
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parent60d8807 commitcc46fed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/utils/logs.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ const _info = console.info;
77

88
console.error=function(){
99
//@ts-ignore
10-
_error(red.apply(console,arguments));
10+
_error(red.bold.apply(console,arguments));
1111
};
1212

1313
console.warn=function(){
1414
//@ts-ignore
15-
_warn(yellow.apply(console,arguments));
15+
_warn(yellow.bold.apply(console,arguments));
1616
};
1717

1818
console.info=function(){

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp