mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 01:52:48 +08:00
完善输出
This commit is contained in:
@@ -206,11 +206,11 @@ class Dist extends Command
|
||||
$this->log('输出到文件夹');
|
||||
$this->outputToDistApp();
|
||||
|
||||
// $this->log('生成TP多应用目录');
|
||||
// $this->buildAllAppDir();
|
||||
$this->log('生成TP多应用目录');
|
||||
$this->buildAllAppDir();
|
||||
|
||||
// $this->log('清理临时目录');
|
||||
// $this->clearTempDir();
|
||||
$this->log('清理临时目录');
|
||||
$this->clearTempDir();
|
||||
|
||||
$this->write('编译完成');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user