Skip to content
Snippets Groups Projects
Commit 755251ee authored by Emmanuel Salomon's avatar Emmanuel Salomon :fist:
Browse files

Fix lexique warning message

parent ac241b08
No related branches found
No related tags found
No related merge requests found
...@@ -251,7 +251,9 @@ export default { ...@@ -251,7 +251,9 @@ export default {
if (!lexique.length) { if (!lexique.length) {
// eslint-disable-next-line no-console // eslint-disable-next-line no-console
console.warn( console.warn(
`Term "${term}" in file ${document.path}.${document.extension} doesn't exist` `Term "${term}" in file ${
document.path + document.extension
} doesn't exist`
) )
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment