Skip to content

Commit

Permalink
chore: weird rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Apr 15, 2024
1 parent a54754e commit de3cbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/module-runner/runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export class ModuleRunner {
private async cachedModule(
url: string,
importer?: string,
): Promise<ResolvedResult> {
): Promise<ModuleCache> {
if (this.destroyed) {
throw new Error(`Vite module runner has been destroyed.`)
}
Expand Down

0 comments on commit de3cbc4

Please sign in to comment.