[chore] del invaild code

This commit is contained in:
gaoshuaixing
2025-03-21 17:03:15 +08:00
parent 400b04f520
commit 397cf583e6

View File

@@ -232,7 +232,8 @@ class ServeProcess {
const cfg = binCmdConfig[cmd];
if (!cfg) {
console.log(chalk.blue(`[ee-bin] [${binCmd}] `) + chalk.red(`Error: [${cmd}] config does not exist` ));
// Running the build electron code separately may be empty
//console.log(chalk.blue(`[ee-bin] [${binCmd}] `) + chalk.yellow(`Warning: [${cmd}] config does not exist` ));
continue;
}