作者 赵彬吉

update

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