We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec80ed commit 2d15fbdCopy full SHA for 2d15fbd
lib/definitions/errors.js
@@ -25,7 +25,7 @@ Your configuration for the \`${cmdProp}\` option is \`${stringify(cmd)}\`.`,
25
Your configuration for the \`shell\` option is \`${stringify(shell)}\`.`,
26
}),
27
EINVALIDEXECCWD: ({execCwd}) => ({
28
- message: 'Invalid `shell` option.',
+ message: 'Invalid `execCwd` option.',
29
details: `The [\`execCwd\` option](${linkify('README.md#options')}) if defined, must be a non empty \`String\`.
30
31
Your configuration for the \`execCwd\` option is \`${stringify(execCwd)}\`.`,
0 commit comments