multiple commands
This commit is contained in:
@@ -27,11 +27,11 @@ class StaticGenerator
|
||||
try {
|
||||
$callback($this->writer);
|
||||
}catch (Throwable $th){
|
||||
echo "Finito with errors".Carbon::now()->format("Y-m-d H:i:s")." ".$th->getMessage().PHP_EOL;
|
||||
echo "Finished with errors".Carbon::now()->format("Y-m-d H:i:s")." ".$th->getMessage().PHP_EOL;
|
||||
}
|
||||
|
||||
$this->copyBuildDirectory();
|
||||
echo "Finito ".Carbon::now()->format("Y-m-d H:i:s").PHP_EOL;
|
||||
echo "Finished ".Carbon::now()->format("Y-m-d H:i:s").PHP_EOL;
|
||||
}
|
||||
|
||||
private function removeBuildDirectory() :void{
|
||||
|
||||
Reference in New Issue
Block a user