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
{{ message }}
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.
This is intended, because you might write a wrapper around require and still want to include it.
eg:
functionsafe_require(module)
localok, err=pcall(require, module)
ifokthenreturnerrend-- custom error handler etcendsafe_require("test") -- still includes it
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This should not match:
Yet it does.
The text was updated successfully, but these errors were encountered: