将debug的log改为info
This commit is contained in:
parent
6ae9855edf
commit
8827d5ca15
@ -1,5 +1,7 @@
|
||||
import debug from 'debug';
|
||||
|
||||
debug.log = console.info.bind(console);
|
||||
|
||||
export const debugRoom = debug('jc:room');
|
||||
|
||||
export const error = debug('jc:error');
|
||||
|
Loading…
x
Reference in New Issue
Block a user