We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42467b3 commit fd36f8cCopy full SHA for fd36f8c
src/node/plugin.ts
@@ -28,7 +28,7 @@ const loadPlugin = async (pluginPath: string, httpServer: HttpServer, args: Args
28
if (error.code !== "MODULE_NOT_FOUND") {
29
logger.warn(error.message)
30
} else {
31
- logger.debug(error.message)
+ logger.error(error.message)
32
}
33
34
0 commit comments