-
-
Notifications
You must be signed in to change notification settings - Fork 47
Freaking out YML parser is unhandled #78
Copy link
Copy link
Open
Labels
good first issueGood for newcomers!Good for newcomers!scope:cliIssues or pull requests related to the Blueprint CLI.Issues or pull requests related to the Blueprint CLI.
Description
Activity
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomers!Good for newcomers!scope:cliIssues or pull requests related to the Blueprint CLI.Issues or pull requests related to the Blueprint CLI.
Current Behavior
When messing up quotes in a extension configuration file, Blueprint will not handle it as an error but will also incorrectly install an extension.
Expected Behavior
Blueprint or the YML parser it uses to throw a user-readable error and stop the extension transaction.
Steps to Reproduce
Mess up quotes in any Blueprint extension configuration file. This includes
conf.yml,Components.ymlandConsole.yml.Blueprint Version
beta-2025-01
Panel Version
1.11.10
Is there an existing issue for this?