trampgeek / jobe

jobe is a server that runs small programming jobs in a variety of programming languages
MIT License
110 stars 79 forks source link

Fixed check if sourcefilename is valid #47

Closed myyxl closed 3 years ago

myyxl commented 3 years ago

When the server checks if sourcefilename is valid it treats the run variable as an object but during the check the variable is not an object yet. So it will never check the filename. This will fix #46

trampgeek commented 3 years ago

Ouch, that's embarassing. Thanks for checking and fixing.