We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a2961 commit dd68903Copy full SHA for dd68903
src/tasks/submission.ts
@@ -47,7 +47,7 @@ class SubmissionScenario implements Scenario {
47
if (compile_stderr) {
48
return {
49
id: jobId,
50
- stderr: compile_stderr,
+ stderr: (new Buffer(compile_stderr)).toString('base64'),
51
testcases: []
52
}
53
@@ -83,7 +83,7 @@ class SubmissionScenario implements Scenario {
83
84
85
86
87
testcases
88
89
0 commit comments