mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
生成临时文件增加结尾空白
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user