Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"filter" function not optional in "Framework.Load()" #13

Closed
TsuOwO opened this issue Jul 13, 2024 · 2 comments
Closed

"filter" function not optional in "Framework.Load()" #13

TsuOwO opened this issue Jul 13, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@TsuOwO
Copy link

TsuOwO commented Jul 13, 2024

image

Possible fix:
if filter and filter(module) then -> if not filter or (filter and filter(module)) then

@TsuOwO TsuOwO changed the title filter not optional in "Framework.Load()" "filter" function not optional in "Framework.Load()" Jul 13, 2024
@2jammers 2jammers added the bug Something isn't working label Jul 14, 2024
@2jammers 2jammers self-assigned this Jul 14, 2024
@2jammers
Copy link
Member

After some more review this bug report is invalid.

@2jammers
Copy link
Member

Nevermind, this was fixed though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants