fixes for eval

This commit is contained in:
derpystuff 2023-07-04 12:02:37 +02:00
parent e3c6f88156
commit b54d99de2e
2 changed files with 4 additions and 3 deletions

View file

@ -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({