1
0
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:
SquidDev 2019-04-18 09:49:42 +01:00
parent 1210bb8a4d
commit f93da7ea51

View File

@ -242,7 +242,7 @@ public class CobaltLuaMachine implements ILuaMachine
}
catch( InterruptedException e )
{
throw new OrphanedThread();
throw new InterruptedError( e );
}
catch( LuaException e )
{