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