Remove System.Exit from part API initialization.
This commit is contained in:
parent
748365d6a4
commit
b01360c6a0
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ public class ApiPart implements IPartHelper
|
|||
catch (Exception e)
|
||||
{
|
||||
AELog.error( e );
|
||||
System.exit( 1 );
|
||||
throw new RuntimeException( "Unable to manage part API.", e );
|
||||
}
|
||||
return clazz;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue