mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
fix npe
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user