Skip to content

Commit fd36f8c

Browse files
committed
Use error log level for plugin load failure
1 parent 42467b3 commit fd36f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const loadPlugin = async (pluginPath: string, httpServer: HttpServer, args: Args
2828
if (error.code !== "MODULE_NOT_FOUND") {
2929
logger.warn(error.message)
3030
} else {
31-
logger.debug(error.message)
31+
logger.error(error.message)
3232
}
3333
}
3434
}

0 commit comments

Comments
 (0)