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

2023 26 aggreate plugin config #188

Merged

Conversation

DerDeathraven
Copy link
Contributor

This PR integrates the feature that Plugin Devs can update their standard config without having to worry that the end user doesn't get the new keys

example

user has:

{
key1: value
}

but the new config version ships with:

{
key1: value
key2: value
}

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add line 338 without breaking formatting of the whole file

const fs = require("fs");

const PluginSystem = require("./pluginSystem.js");

const { logger } = require("output-logger/lib/logger.js");
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This import is wrong, it will bypass the log hold back feature. Please use the global logger function or use controller.logger

* Modified By: 3urobeat
*
* Copyright (c) 2023 3urobeat <https://github.com/3urobeat>
* Copyright (c) 2023 3urobeat <https://github.com/HerrEurobeat>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong link

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some changes in this file will revert previous fixes, did you pull beforehand?

@3urobeat 3urobeat merged commit c744fcd into 3urobeat:beta-testing Jul 2, 2023
2 of 3 checks passed
@3urobeat 3urobeat added the Enhancement New feature or change request label Jul 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or change request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants