Make sure threads are aborted on exception.

This commit is contained in:
Paul van Tilburg 2011-03-12 11:30:04 +01:00
parent f31b64e70e
commit e591c9ac1e
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ require 'yaml'
require 'gserver'
module Ildus
Thread.abort_on_exception = true
class Server < GServer