Skip to content

Commit

Permalink
fix: com.mojang linking
Browse files Browse the repository at this point in the history
closes #597
  • Loading branch information
solvedDev committed Sep 8, 2022
1 parent 0a7ce32 commit 5a39302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Projects/Project/Project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -585,10 +585,10 @@ export abstract class Project {
this._compilerService = markRaw(
await this.createDashService('development')
)
await this._compilerService.setup()

if (forceStartIfActive && this.isActiveProject) {
await this.fileSystem.writeFile('.bridge/.restartWatchMode', '')
await this.compilerReady.fired
await this.compilerService.start([], [])
} else {
await this.fileSystem.writeFile('.bridge/.restartWatchMode', '')
Expand Down

0 comments on commit 5a39302

Please sign in to comment.