Browse Source

Tidy code.

pull/6/head
t123yh 7 years ago
parent
commit
821a424fea
  1. 2
      models/judge_state.js

2
models/judge_state.js

@ -199,7 +199,7 @@ class JudgeState extends Model {
}
try {
await Judger.judge(this, this.problem, 1);
await Judger.judge(this, this.problem, 1);
} catch (err) {
throw new ErrorMessage("无法开始评测。");
}

Loading…
Cancel
Save