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

Define source #347

Closed
github-actions bot opened this issue Mar 12, 2022 · 0 comments
Closed

Define source #347

github-actions bot opened this issue Mar 12, 2022 · 0 comments
Labels

Comments

@github-actions
Copy link

Define source

        for name, module in this.moduleManager.All("", false, true) {
            enabledText := module.IsEnabled() ? "Yes" : "No"
            ; TODO Define source
            source := ""
            data[name] := [name, enabledText, source, module.GetVersion()]
        }

        return data

d95357c7ff9a4f640d586c5af202b2f462104ef8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant