mark 1 year ago
parent
commit
feb5f88df8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Logic/Home/HomeLogic.php

+ 1 - 1
app/Http/Logic/Home/HomeLogic.php

@@ -238,7 +238,7 @@ class HomeLogic extends BaseLogic
                     break;
             }
         }catch (\Throwable $exception){
-
+            $instance->info("错误信息:".$exception->getMessage());
         }