mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Exit with error
This commit is contained in:
parent
cf3e779ae9
commit
5cb8a7700e
1 changed files with 1 additions and 2 deletions
|
@ -647,8 +647,7 @@ namespace NLGUI
|
||||||
{
|
{
|
||||||
if(!parseLUAScript(root))
|
if(!parseLUAScript(root))
|
||||||
{
|
{
|
||||||
nlwarning ("could not parse 'lua'");
|
nlerror ("could not parse 'lua'");
|
||||||
exit( EXIT_FAILURE );
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue