Skip to content

Commit

Permalink
Kill child process before setCurrentProjectProperties in ProjectBase
Browse files Browse the repository at this point in the history
  • Loading branch information
estrada9166 committed Nov 16, 2021
1 parent 40e55a5 commit ba50420
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/server/lib/project-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export class ProjectBase<TServer extends Server> extends EE {
...options,
}

this.ctx.actions.projectConfig.killConfigProcess()
this.ctx.actions.project.setCurrentProjectProperties({
projectRoot: this.projectRoot,
configChildProcess: null,
Expand Down

0 comments on commit ba50420

Please sign in to comment.