Skip to content

Commit 5d1dbbc

Browse files
committed
chore: rename var
1 parent 8f1ab62 commit 5d1dbbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/context.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,10 +300,10 @@ if (import.meta.hot) {
300300
})
301301
}`
302302

303-
const newAutoRoutes = `${imports}${resolverCode}\n${hmr}`
303+
const newAutoResolver = `${imports}${resolverCode}\n${hmr}`
304304

305305
// prepend it to the code
306-
return newAutoRoutes
306+
return newAutoResolver
307307
}
308308

309309
function generateRoutes() {

0 commit comments

Comments
 (0)