mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-14 03:09:08 +00:00
Exit with error
This commit is contained in:
parent
502d81c428
commit
9e0b573141
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