diff --git a/lib/definitions/errors.js b/lib/definitions/errors.js index 060bcf2f..a59aa92a 100644 --- a/lib/definitions/errors.js +++ b/lib/definitions/errors.js @@ -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)}\`.`,