From 0263106c6c4071d7f2bfcdf636604d3df599cc07 Mon Sep 17 00:00:00 2001 From: Wang Ning Date: Tue, 28 Nov 2023 09:52:38 +0800 Subject: [PATCH] Update src/project.ts Co-authored-by: Lingyun Cai --- src/project.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/project.ts b/src/project.ts index 3ebe677..3aa7754 100644 --- a/src/project.ts +++ b/src/project.ts @@ -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