mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-08 14:18:40 +00:00
fix(remote_judger/loj): judge progress status report
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a7a18ad0fb
commit
c9158e9721
@ -270,7 +270,7 @@ export default class LibreojProvider implements IBasicProvider {
|
|||||||
|
|
||||||
if (body.progress.progressType !== 'Finished') {
|
if (body.progress.progressType !== 'Finished') {
|
||||||
await next({
|
await next({
|
||||||
status: `${body.progress.progressType}: ${body.progress.status}`,
|
status: `${body.progress.progressType}`,
|
||||||
});
|
});
|
||||||
|
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user