🦄 refactor(军团): 练兵场报错时暴露error

This commit is contained in:
luying
2023-03-06 17:45:48 +08:00
parent 7719a2ad86
commit 4d00c3b799

View File

@@ -257,7 +257,7 @@ export class GuildTrainHandler {
} catch(e) {
res.releaseCallback();//解锁
return resResult(STATUS.INTERNAL_ERR);
throw e;
}
}
/**