mirror of
https://github.com/wallace5303/ee-core.git
synced 2026-04-05 15:39:03 +08:00
[chore] del invaild code
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user