[ADF-3203] Fixed doc tools bugs from Linux run and added verbose option (#3496)

This commit is contained in:
Andy Stark
2018-06-18 10:27:51 +01:00
committed by Eugenio Romano
parent 257e422a1c
commit 5b3fb4856d
5 changed files with 24 additions and 15 deletions

View File

@@ -165,7 +165,7 @@ var MDNav = /** @class */ (function () {
return this.item.value;
}
else {
return undefined;
return "";
}
},
enumerable: true,