Skip to content

Commit

Permalink
Update src/project.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Lingyun Cai <[email protected]>
  • Loading branch information
NingW101 and lingyuncai authored Nov 28, 2023
1 parent b019237 commit 0263106
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,8 @@ export class Project implements IProject {
depBuildStatus !== "building" &&
depBuildStatus !== "building_with_recipes"
) {
log.info(`... build dependency: ${k}@${depRoot}`, dumpLog); // there is a scenario that the dependency cannot be
log.info(`... build dependency: ${k}@${depRoot}`, dumpLog);
// there is a scenario that the dependency cannot be
// aware of the start of its building process, and the
// browser cannot update the build status.
// here we send the message to the browser through websocket
Expand Down

0 comments on commit 0263106

Please sign in to comment.