完善输出

This commit is contained in:
2022-12-14 17:38:48 +08:00
parent badcffdd3f
commit 21306499a2

View File

@@ -206,11 +206,11 @@ class Dist extends Command
$this->log('输出到文件夹'); $this->log('输出到文件夹');
$this->outputToDistApp(); $this->outputToDistApp();
// $this->log('生成TP多应用目录'); $this->log('生成TP多应用目录');
// $this->buildAllAppDir(); $this->buildAllAppDir();
// $this->log('清理临时目录'); $this->log('清理临时目录');
// $this->clearTempDir(); $this->clearTempDir();
$this->write('编译完成'); $this->write('编译完成');
} }