Преглед на файлове

Merge branch 'feature-wechat' of qk:zy_duanju/duanju_manage into test

admin преди 1 година
родител
ревизия
f5b6ad567d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      app/Libs/Helpers.php

+ 1 - 1
app/Libs/Helpers.php

@@ -442,7 +442,7 @@ function dingTalkAlertException(\Throwable $exception)
     $app_path = app_path();
     $trace = $exception->getTraceAsString();
     $trace_list = preg_split('/\n/',$trace);
-    $error = '';
+    $error = '- '.$exception->getFile().':'.$exception->getLine()."\n";
     foreach($trace_list as $item){
         if( Str::contains($item,$app_path)){
             $error .= '- '.trim(preg_replace('/^(\#\d+)/','',$item))."\n";