From 755251eea008323ef032dd7f64af7eba97448f1e Mon Sep 17 00:00:00 2001
From: ManUtopiK <emmanuel.salomon@gmail.com>
Date: Sat, 18 Sep 2021 22:59:51 +0200
Subject: [PATCH] Fix lexique warning message

---
 nuxt.config.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/nuxt.config.js b/nuxt.config.js
index fc2c354b..2703fc79 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -251,7 +251,9 @@ export default {
               if (!lexique.length) {
                 // eslint-disable-next-line no-console
                 console.warn(
-                  `Term "${term}" in file ${document.path}.${document.extension} doesn't exist`
+                  `Term "${term}" in file ${
+                    document.path + document.extension
+                  } doesn't exist`
                 )
               }
             }
-- 
GitLab