diff --git a/luogu_remote_judger/luogu.js b/luogu_remote_judger/luogu.js index 4582aa0..82c1bab 100644 --- a/luogu_remote_judger/luogu.js +++ b/luogu_remote_judger/luogu.js @@ -182,7 +182,7 @@ export default class Luogu { count++; try { - const result = await this.get(`/judge/result?id=${id}`); + const result = await this.get(`/judge/result?id=${id}`).ok((status) => true); if (HTTP_ERROR_MAP[result.status]) { await end({