Skip to content

Commit f2873b6

Browse files
authored
Update nyc options "exclude" error message
1 parent 618cdb8 commit f2873b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

task.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const nycReportOptions = (function getNycOption() {
3737

3838
if (nycReportOptions.exclude && !Array.isArray(nycReportOptions.exclude)) {
3939
console.error('NYC options: %o', nycReportOptions)
40-
throw new Error('Expected "exclude" to by an array')
40+
throw new Error('Expected "exclude" to be an array')
4141
}
4242

4343
if (nycReportOptions['temp-dir']) {

0 commit comments

Comments
 (0)