zhangweicheng 4 дней назад
Родитель
Сommit
493724c7a7
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      modules/users/controllers/compilation_controller.js

+ 1 - 0
modules/users/controllers/compilation_controller.js

@@ -920,6 +920,7 @@ class CompilationController extends BaseController {
       );
       res.json({ error: 0, message: "复制成功", data: null });
     } catch (err) {
+      console.log(err);
       res.json({ error: 1, message: String(err), data: null });
     }
   }