We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79896b8 commit 80d1829Copy full SHA for 80d1829
1 file changed
src/ltask.c
@@ -849,6 +849,7 @@ ltask_init(lua_State *L) {
849
}
850
851
task->blocked_service = 0;
852
+ task->exit_code = 0;
853
854
mainthread_init(&task->mt);
855
0 commit comments