diff --git a/src/module.ts b/src/module.ts index 0232b64..97cd832 100644 --- a/src/module.ts +++ b/src/module.ts @@ -108,7 +108,7 @@ export default defineNuxtModule({ // If user file exists, proxy it with vfs logger.info(`Using user-defined \`${filename}\` at \`${maybeUserFile.replace(nuxt.options.srcDir, '~').replace(nuxt.options.rootDir, '~~').replace(/\\/g, '/')}\``) if (deprecated) { - logger.warn(`\`${filename}\` is deprecated and will be removed in a future version.${typeof deprecated === 'string' ? `${deprecated}` : ''}`) + logger.warn(`\`${filename}\` is deprecated and will be removed in a future version.${typeof deprecated === 'string' ? ` ${deprecated}` : ''}`) } addTemplate({