mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-09 11:32:48 +08:00
完善输出
This commit is contained in:
@@ -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('编译完成');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user