Commit a2d609dc authored by Yechang's avatar Yechang
Browse files

fix(submission feedback): the missing status while meeting ce

parent 33117daf
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -112,6 +112,10 @@ export const PUT = async ({ request, params }) => {
                    description: "Compile Error",
                    descriptionHTML: "",
                    content: [
                        {
                            type: "status",
                            value: res.status
                        },
                        {
                            type: "ansi",
                            value: res.compile.message
+2 −2
Original line number Diff line number Diff line
@@ -146,6 +146,6 @@
		{/if}
	</div>
</div>
<form method="post" action="?/rejudge">
<!-- <form method="post" action="?/rejudge">
	<button type="submit">rejudge</button>
</form>
</form> -->