You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#55572 introduced a new check on Illuminate\Console\Scheduling\Event::exitCode.
But this property is set only when runInBackground flag is false. Otherwise it is always null which now is getting compared to zero strictly, unlike the next check in the same function.
Steps To Reproduce
Schedule any console command with ->runInBackground() and wait for it to run, then check logs.