mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -04:00
fixes for eval
This commit is contained in:
parent
e3c6f88156
commit
b54d99de2e
2 changed files with 4 additions and 3 deletions
|
@ -45,7 +45,7 @@ module.exports = {
|
|||
}
|
||||
|
||||
let compArgs = "";
|
||||
if(REXTESTER_COMPILER_ARGS[args.lang]) compArgs = REXTESTER_COMPILER_ARGS[args.lang]
|
||||
if(REXTESTER_COMPILER_ARGS[REXTESTER_LANGUAGES[args.lang]]) compArgs = REXTESTER_COMPILER_ARGS[REXTESTER_LANGUAGES[args.lang]]
|
||||
try{
|
||||
data = await superagent.post(`https://rextester.com/rundotnet/Run`)
|
||||
.set({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue