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);