mirror of
https://git.tuxpa.in/a/code-server.git
synced 2025-02-25 04:19:20 +00:00
Use error log level for plugin load failure
This commit is contained in:
parent
42467b3e66
commit
fd36f8c168
@ -28,7 +28,7 @@ const loadPlugin = async (pluginPath: string, httpServer: HttpServer, args: Args
|
|||||||
if (error.code !== "MODULE_NOT_FOUND") {
|
if (error.code !== "MODULE_NOT_FOUND") {
|
||||||
logger.warn(error.message)
|
logger.warn(error.message)
|
||||||
} else {
|
} else {
|
||||||
logger.debug(error.message)
|
logger.error(error.message)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user