diff options
-rw-r--r-- | server/server/lib/client-html.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/server/lib/client-html.ts b/server/server/lib/client-html.ts index f00b05fab..fab698af3 100644 --- a/server/server/lib/client-html.ts +++ b/server/server/lib/client-html.ts | |||
@@ -406,7 +406,7 @@ class ClientHtml { | |||
406 | } | 406 | } |
407 | 407 | ||
408 | private static async addAsyncPluginCSS (htmlStringPage: string) { | 408 | private static async addAsyncPluginCSS (htmlStringPage: string) { |
409 | if (!pathExists(PLUGIN_GLOBAL_CSS_PATH)) { | 409 | if (!await pathExists(PLUGIN_GLOBAL_CSS_PATH)) { |
410 | logger.info('Plugin Global CSS file is not available (generation may still be in progress), ignoring it.') | 410 | logger.info('Plugin Global CSS file is not available (generation may still be in progress), ignoring it.') |
411 | return htmlStringPage | 411 | return htmlStringPage |
412 | } | 412 | } |