mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-23 05:16:38 +00:00
♻️ include Blueprint applied with errors: in blueprint message when it fails
This commit is contained in:
@@ -141,7 +141,7 @@ export async function applyBlueprint({
|
||||
blueprintMessage = "Blueprint applied successfully";
|
||||
} catch (err) {
|
||||
blueprintSucceeded = false;
|
||||
blueprintMessage = `Failed to update blueprint from config: ${err}`;
|
||||
blueprintMessage = `Blueprint applied with errors: ${err}`;
|
||||
logger.error(blueprintMessage);
|
||||
error = err;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user