kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
fix: add missing space
rodzic
0886ba63d1
commit
c9a7c7b2b5
|
@ -66,7 +66,7 @@ const INDENT = SPACE.repeat(23)
|
||||||
logger.formatArgs = function formatArgs(args) {
|
logger.formatArgs = function formatArgs(args) {
|
||||||
const severity = args[args.length - 1]
|
const severity = args[args.length - 1]
|
||||||
const name = this.namespace
|
const name = this.namespace
|
||||||
const dateTime = showDateTime ? new Date().toISOString() : ''
|
const dateTime = showDateTime ? new Date().toISOString() + SPACE : ''
|
||||||
const colorFn = SEVERITY_COLORS[severity] || identity
|
const colorFn = SEVERITY_COLORS[severity] || identity
|
||||||
const prefix = colorFn(SPACE + SEVERITY_STRINGS[severity] + SPACE)
|
const prefix = colorFn(SPACE + SEVERITY_STRINGS[severity] + SPACE)
|
||||||
args[0] =
|
args[0] =
|
||||||
|
|
Ładowanie…
Reference in New Issue