生成临时文件增加结尾空白

This commit is contained in:
augushong
2024-10-23 13:31:31 +08:00
parent b3684b7521
commit 9dd511163c

View File

@@ -137,7 +137,7 @@ class CurdBase extends Command
$root_path = App::getRootPath();
$output_endfix = ' >> ' . $root_path . $base_path;
}
$output->info($vo . $output_endfix);
$output->info($vo . $output_endfix . ' ');
}
} catch (\Exception $e) {
$output->error($e->getMessage());