Skip to content

Commit

Permalink
fix: don't recompile virtual projects
Browse files Browse the repository at this point in the history
  • Loading branch information
solvedDev committed Sep 8, 2022
1 parent 5a39302 commit 51c6ce1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Projects/Project/Project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,8 @@ export abstract class Project {
}

async recompile(forceStartIfActive = true) {
if (this.isVirtualProject) return

this._compilerService = markRaw(
await this.createDashService('development')
)
Expand Down

0 comments on commit 51c6ce1

Please sign in to comment.