mirror of
https://github.com/janet-lang/janet
synced 2025-11-17 15:57:12 +00:00
Work on debugging issue with server spawning.
This commit is contained in:
@@ -1048,7 +1048,6 @@ static const uint8_t *unmarshal_one_fiber(
|
||||
fiber->env = NULL;
|
||||
fiber->last_value = janet_wrap_nil();
|
||||
#ifdef JANET_EV
|
||||
fiber->waiting = NULL;
|
||||
fiber->sched_id = 0;
|
||||
fiber->supervisor_channel = NULL;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user