lua_error is a noreturn function.
This commit is contained in:
parent
a0ef053b08
commit
f1b9aecab3
@ -70,7 +70,6 @@ int path_wildcards(lua_State* L)
|
||||
{
|
||||
lua_pushstring(L, "Wildcards expansion too big.");
|
||||
lua_error(L);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user