Skip to content

Commit

Permalink
feat(config): add skipping regroup message
Browse files Browse the repository at this point in the history
  • Loading branch information
narekhovhannisyan committed Dec 18, 2024
1 parent d8506be commit 57c2955
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/if-run/config/strings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Note that for the '--output' option you also need to define the output type in y
COMPUTING_COMPONENT_PIPELINE: (component: string) =>
`**Computing \`${component}\` pipeline**`,
REGROUPING: 'Regrouping',
SKIPPING_REGROUP: 'Already correctly grouped - skipping regrouping.',
OBSERVING: (nodeName: string) =>
`Running observe pipeline: \`${nodeName}\` plugin`,
MERGING_DEFAULTS_WITH_INPUT_DATA: 'Merging defaults with input data',
Expand Down

0 comments on commit 57c2955

Please sign in to comment.