作者 赵彬吉

update

@@ -299,7 +299,7 @@ class SyncProject extends Command @@ -299,7 +299,7 @@ class SyncProject extends Command
299 DB::commit(); 299 DB::commit();
300 }catch (\Exception $e){ 300 }catch (\Exception $e){
301 DB::rollBack(); 301 DB::rollBack();
302 - throw new \Exception($e->getMessage()); 302 + throw new \Exception($e->getMessage() . $e->getFile() . $e->getLine());
303 } 303 }
304 } 304 }
305 305