浏览代码

增加一条日志

flyzto 5 月之前
父节点
当前提交
21fe8ff709
共有 1 个文件被更改,包括 1 次插入0 次删除
  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');
   }