mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-11-10 11:59:59 +00:00
Bump Cobalt version
I promise! The joys of using -SNAPSHOT I guess... This will now correctly cause orphaned threads to be cleaned up, reducing the risk of thread saturation.
This commit is contained in:
parent
1210bb8a4d
commit
f93da7ea51
@ -242,7 +242,7 @@ public class CobaltLuaMachine implements ILuaMachine
|
||||
}
|
||||
catch( InterruptedException e )
|
||||
{
|
||||
throw new OrphanedThread();
|
||||
throw new InterruptedError( e );
|
||||
}
|
||||
catch( LuaException e )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user