Skip to content

Conversation

@foxriver76
Copy link
Collaborator

Second try

@foxriver76 foxriver76 marked this pull request as ready for review August 11, 2024 16:03
@foxriver76 foxriver76 requested a review from Apollon77 August 11, 2024 16:04
@foxriver76 foxriver76 changed the title [chore]: update to plugin v2 [chore]: update to plugin v2 (base + sentry) Aug 11, 2024
* @param config - parsed content of iobroker.json
*/
function initializePlugins(config: Record<string, any>): Promise<void> {
async function initializePlugins(config: Record<string, any>): Promise<void> {
Copy link
Collaborator

Choose a reason for hiding this comment

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

formally no need to make async, you could also directly return the promise from initPlugins() instead of await

@foxriver76 foxriver76 merged commit 2491a89 into master Sep 4, 2024
@foxriver76 foxriver76 deleted the plugin-v2 branch September 4, 2024 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants