Spaces:
Sleeping
Sleeping
Update index.js
Browse files
index.js
CHANGED
@@ -63,7 +63,7 @@ const compileJava = (code, input, res) => {
|
|
63 |
}
|
64 |
const javaProcess = exec(
|
65 |
"javac -d /code/temp /code/temp/Main.java && java -cp /code/temp Main",
|
66 |
-
{ timeout: TIMEOUT_VALUE },
|
67 |
(error, stdout, stderr) => {
|
68 |
if (error) {
|
69 |
if (error.killed) {
|
|
|
63 |
}
|
64 |
const javaProcess = exec(
|
65 |
"javac -d /code/temp /code/temp/Main.java && java -cp /code/temp Main",
|
66 |
+
{ timeout: TIMEOUT_VALUE },
|
67 |
(error, stdout, stderr) => {
|
68 |
if (error) {
|
69 |
if (error.killed) {
|