Merge pull request #4547 from Microsoft/ben/4534

TypeError: Cannot read property 'verboseLogging' of undefined (fixes …
This commit is contained in:
Benjamin Pasero 2016-03-22 16:06:38 +01:00
commit 6938735f5f

View file

@ -706,7 +706,7 @@ export class StatResolver {
flow.sequence(
function onError(error: Error): void {
if (this.verboseLogging) {
if ($this.verboseLogging) {
console.error(error);
}