Skip to content

Commit 7072b6d

Browse files
committed
chore: typo
1 parent fc360ab commit 7072b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ export function createRoutesContext(options: ResolvedOptions) {
206206
}
207207

208208
function setupParamParserWatcher(watcher: FSWatcher, cwd: string) {
209-
logger.log(`🤖 Scanning param parsers in ${watcher.options.cwd}`)
209+
logger.log(`🤖 Scanning param parsers in ${cwd}`)
210210
return watcher
211211
.on('add', (file) => {
212212
const name = parsePathe(file).name

0 commit comments

Comments
 (0)