作者 邓超

x

@@ -139,10 +139,7 @@ function sync($email_id){ @@ -139,10 +139,7 @@ function sync($email_id){
139 } 139 }
140 140
141 }catch (\Throwable $e){ 141 }catch (\Throwable $e){
142 - logs(  
143 - $e->getMessage().$e->getTraceAsString(),  
144 - LOG_PATH.'/imap/'.$email['email'].'.error.log'  
145 - ); 142 + echo $e->getMessage();
146 } 143 }
147 } 144 }
148 145