We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc360ab commit 7072b6dCopy full SHA for 7072b6d
src/core/context.ts
@@ -206,7 +206,7 @@ export function createRoutesContext(options: ResolvedOptions) {
206
}
207
208
function setupParamParserWatcher(watcher: FSWatcher, cwd: string) {
209
- logger.log(`🤖 Scanning param parsers in ${watcher.options.cwd}`)
+ logger.log(`🤖 Scanning param parsers in ${cwd}`)
210
return watcher
211
.on('add', (file) => {
212
const name = parsePathe(file).name
0 commit comments