mirror of
https://github.com/ragestudio/linebridge.git
synced 2025-06-09 10:34:17 +00:00
use global internal console
This commit is contained in:
parent
0a4372bc46
commit
7e9d31e931
@ -3,7 +3,7 @@ function outputServerError({
|
|||||||
description,
|
description,
|
||||||
ref = "SERVER",
|
ref = "SERVER",
|
||||||
}) {
|
}) {
|
||||||
InternalConsole.error(`\n\x1b[41m\x1b[37m🆘 [${ref}] ${message}\x1b[0m ${description ? `\n ${description}` : ""} \n`)
|
global.InternalConsole.error(`\n\x1b[41m\x1b[37m🆘 [${ref}] ${message}\x1b[0m ${description ? `\n ${description}` : ""} \n`)
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = outputServerError
|
module.exports = outputServerError
|
Loading…
x
Reference in New Issue
Block a user