将debug的log改为info

This commit is contained in:
zhl 2020-12-18 12:42:34 +08:00
parent 6ae9855edf
commit 18f023f8ed

View File

@ -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');