File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ var checkKarmaReporter = yargs.createCheck()
250250 getKarmaReporterPluginPath ( value ) ;
251251 }
252252 catch ( ex ) {
253- return 'Illegal value for "reporter"\n' + ex ;
253+ return 'Illegal value for "karma- reporter"\n' + ex ;
254254 }
255255 }
256256 }
Original file line number Diff line number Diff line change @@ -82,9 +82,9 @@ var yargsOptionDefiniton = {
8282 value : {
8383 describe : 'Specify a custom JsHint reporter to use. Either a locally npm installed module, or the absolute path ' +
8484 'to one.' ,
85- alias : [ 'j' ] ,
86- default : defaultReporterName ,
87- string : true
85+ alias : [ 'j' ] ,
86+ default : defaultReporterName ,
87+ string : true
8888 }
8989} ;
9090var checkJsHintReporter = yargs . createCheck ( )
@@ -100,7 +100,7 @@ var checkJsHintReporter = yargs.createCheck()
100100 getJsHintReporter ( value ) ;
101101 }
102102 catch ( ex ) {
103- return 'Illegal value for "reporter"\n' + ex ;
103+ return 'Illegal value for "jshint- reporter"\n' + ex ;
104104 }
105105 }
106106 } )
You can’t perform that action at this time.
0 commit comments