Skip to content

Commit

Permalink
chore: oops
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Aug 27, 2024
1 parent dd95975 commit 94c9623
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vite/src/module-runner/runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ export class ModuleRunner {
if (!cachedModule) {
cachedModule = this.moduleCache.getByModuleId(url)
}
console.log('cached module', url, cachedModule)

const isCached = !!(typeof cachedModule === 'object' && cachedModule.meta)

Expand Down

0 comments on commit 94c9623

Please sign in to comment.