Skip to content

Commit

Permalink
style: handle error console type
Browse files Browse the repository at this point in the history
  • Loading branch information
radyakaze committed Aug 12, 2024
1 parent 3be09e8 commit 4fc2eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default defineNuxtModule<ModuleOptions>({
serverConfig = await readFile(serverConfigPath, 'utf8')
}
catch {
console.info('Nuxt Proxy Party: No server.config found')
console.error('Nuxt Proxy Party: No server.config found')
}

config.virtual['#nuxt-proxy-party-options'] = serverConfig
Expand Down

0 comments on commit 4fc2eb6

Please sign in to comment.