We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 618cdb8 commit f2873b6Copy full SHA for f2873b6
task.js
@@ -37,7 +37,7 @@ const nycReportOptions = (function getNycOption() {
37
38
if (nycReportOptions.exclude && !Array.isArray(nycReportOptions.exclude)) {
39
console.error('NYC options: %o', nycReportOptions)
40
- throw new Error('Expected "exclude" to by an array')
+ throw new Error('Expected "exclude" to be an array')
41
}
42
43
if (nycReportOptions['temp-dir']) {
0 commit comments