Update build/build.js
Error in index variable
This commit is contained in:
parent
a9c12f1d81
commit
156a4814da
@ -17,7 +17,7 @@ function lintFiles(files) {
|
||||
errors = jshint.JSHINT.errors;
|
||||
|
||||
for (j = 0, len2 = errors.length; j < len2; j++) {
|
||||
e = errors[i];
|
||||
e = errors[j];
|
||||
console.log(files[i] + '\tline ' + e.line + '\tcol ' + e.character + '\t ' + e.reason);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user