[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

@@ -157,7 +157,7 @@ export class MDNav {
if (this.item && this.item["value"]) {
return this.item.value;
} else {
return undefined;
return "";
}
}
}