在think\Console原始檔裡找到 run() 方法,加上內容:
think\Console
$output->error($e->getTraceAsString());
然後當執行命令報錯的時候就會有詳細的錯誤資訊,方便排查具體是哪行引起的問題!