mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
fix npe
This commit is contained in:
@@ -121,6 +121,7 @@ gulp.task('tslint', function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
var hygiene = exports.hygiene = function (some, options) {
|
var hygiene = exports.hygiene = function (some, options) {
|
||||||
|
options = options || {};
|
||||||
var errorCount = 0;
|
var errorCount = 0;
|
||||||
|
|
||||||
var eol = es.through(function (file) {
|
var eol = es.through(function (file) {
|
||||||
|
|||||||
Reference in New Issue
Block a user