Skip to content

Commit

Permalink
fix: typo in EINVALIDEXECCWD error message (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
meesvandongen committed Dec 15, 2021
1 parent 9ec80ed commit 2d15fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/definitions/errors.js
Expand Up @@ -25,7 +25,7 @@ Your configuration for the \`${cmdProp}\` option is \`${stringify(cmd)}\`.`,
Your configuration for the \`shell\` option is \`${stringify(shell)}\`.`,
}),
EINVALIDEXECCWD: ({execCwd}) => ({
message: 'Invalid `shell` option.',
message: 'Invalid `execCwd` option.',
details: `The [\`execCwd\` option](${linkify('README.md#options')}) if defined, must be a non empty \`String\`.
Your configuration for the \`execCwd\` option is \`${stringify(execCwd)}\`.`,
Expand Down

0 comments on commit 2d15fbd

Please sign in to comment.