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.
2 parents 55df755 + ed7e204 commit 8db89cbCopy full SHA for 8db89cb
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