flyzto 3 ماه پیش
والد
کامیت
d350d57ba6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      server/models/GamesPs.js

+ 1 - 1
server/models/GamesPs.js

@@ -589,7 +589,7 @@ const updateGamesRelation = () => {
     });
 
     if (updateCount.add || updateCount.update || updateCount.delete) {
-      Logs.out('updateGamesRelation', updateCount);
+      Logs.out('updateGamesRelation', JSON.stringify(updateCount));
     }
     else {
       Logs.outDev('updateGamesRelation', updateCount);