Skip to content

Commit b81b2cf

Browse files
authored
fix: incorrect option name in the warning message (#467)
1 parent da81da4 commit b81b2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core/options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export async function resolveClientOptions (moduleContainer, moduleOptions, logg
144144
if (typeof (options.customClientIntegrations) === 'string') {
145145
customClientIntegrations = moduleContainer.nuxt.resolver.resolveAlias(options.customClientIntegrations)
146146
} else {
147-
logger.warn(`Invalid customServerIntegrations option. Expected a file path, got "${typeof (options.customClientIntegrations)}".`)
147+
logger.warn(`Invalid customClientIntegrations option. Expected a file path, got "${typeof (options.customClientIntegrations)}".`)
148148
}
149149
}
150150

0 commit comments

Comments
 (0)