Skip to content

Commit 9b1cb71

Browse files
committed
docs: warning message
1 parent 63a49ac commit 9b1cb71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export default defineNuxtModule<PrismicModuleOptions>({
108108
// If user file exists, proxy it with vfs
109109
logger.info(`Using user-defined \`${filename}\` at \`${maybeUserFile.replace(nuxt.options.srcDir, '~').replace(nuxt.options.rootDir, '~~').replace(/\\/g, '/')}\``)
110110
if (deprecated) {
111-
logger.warn(`\`${filename}\` is deprecated and will be removed in a future version.${typeof deprecated === 'string' ? `${deprecated}` : ''}`)
111+
logger.warn(`\`${filename}\` is deprecated and will be removed in a future version.${typeof deprecated === 'string' ? ` ${deprecated}` : ''}`)
112112
}
113113

114114
addTemplate({

0 commit comments

Comments
 (0)