Skip to content

Commit

Permalink
refactor: change error name
Browse files Browse the repository at this point in the history
  • Loading branch information
Devessier committed Sep 12, 2024
1 parent da2a8d4 commit c574f71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const getStepDefinitionOrThrow = ({

if (!isDefined(currentVersion.steps)) {
throw new Error(
'Expected the steps to be defined while trying to locate a specific step',
'Malformed workflow version: missing steps information; be sure to create at least one step before trying to edit one',
);
}

Expand Down

0 comments on commit c574f71

Please sign in to comment.