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
Fixes an regression introduced in
afcbbb2.
`require` actually follows a different code path in Lua with a different
stack layout expectation than the other code paths.
Fix the code to deal with this case, and also clean up some other
tidbits around cleaning up stack values. The new approach is simpler to
understand and should fix a potential issue that could happen in the
error case.
Fixes#2314.
0 commit comments