diff --git a/std-script/judge b/std-script/judge --- a/std-script/judge +++ b/std-script/judge @@ -16,6 +16,7 @@ def execute(command, error_message="") if not system(command) + log "ERROR: #{error_message}" puts "ERROR: #{error_message}" exit(127) end