Partial rollback of #10204 (#10256)

This broke Fuchsia as they haven't updated to Dart 1.24 yet :(
This commit is contained in:
Michael Goderbauer 2017-05-22 13:28:59 -07:00 committed by GitHub
parent aa9c782693
commit b291bf5d6a

View File

@ -225,7 +225,7 @@ class _FlutterValidator extends DoctorValidator {
}
return new ValidationResult(valid, messages,
statusInfo: 'on ${os.name}, locale ${platform.localeName}, channel ${version.channel}');
statusInfo: 'on ${os.name}, channel ${version.channel}');
}
}