This commit is contained in:
Joao Moreno 2016-03-04 16:26:05 +01:00
parent a934234261
commit 9f881a0898

View file

@ -121,6 +121,7 @@ gulp.task('tslint', function () {
});
var hygiene = exports.hygiene = function (some, options) {
options = options || {};
var errorCount = 0;
var eol = es.through(function (file) {