Procházet zdrojové kódy

增加一条日志

flyzto před 5 měsíci
rodič
revize
21fe8ff709
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      server/triangle/totalProfitCalc.js

+ 1 - 0
server/triangle/totalProfitCalc.js

@@ -436,6 +436,7 @@ const calcTotalProfitWithFixedFirst = (betInfo1, betInfo2, inner_base, inner_reb
   }
 
   if (inner_base && inner_base != inner_ref_value) {
+    Logs.out('inner_base is not equal to inner_ref_value', inner_base, inner_ref_value);
     throw new Error('inner_base is not equal to inner_ref_value');
   }