diff --git a/std-script/judge b/std-script/judge --- a/std-script/judge +++ b/std-script/judge @@ -36,8 +36,8 @@ end language = ARGV[0] -if language != "c" && language != "c++" && language != "pascal" - log "You specified a language that is not supported." +if language != "c" && language != "c++" && language != "pas" + log "You specified a language that is not supported: #{language}." exit(127) end