From b94f6d148193f91cab50d16e2873095827b89b1b Mon Sep 17 00:00:00 2001 From: amelia squires Date: Wed, 15 Oct 2025 16:50:46 -0500 Subject: better errors and docs --- src/net.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/net.c') diff --git a/src/net.c b/src/net.c index 71168c0..36b37b9 100644 --- a/src/net.c +++ b/src/net.c @@ -1057,7 +1057,8 @@ net_end: } parray_lclear(paths); - luaI_error(L, 0, "close eventfd signal"); + lua_pushnil(L); + return 1; } //TODO reformat all of this code and the structs (use more common/generic ones) -- cgit v1.2.3