Commit 9a908f75 authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Revert "Partial rollback of #10204" (#10258)

* Revert "Test installation status when ideviceid is not installed (#10254)"

This reverts commit 0e5d4a87.

* Revert "Partial rollback of #10204 (#10256)"

This reverts commit b291bf5d.
parent 0e5d4a87
...@@ -225,7 +225,7 @@ class _FlutterValidator extends DoctorValidator { ...@@ -225,7 +225,7 @@ class _FlutterValidator extends DoctorValidator {
} }
return new ValidationResult(valid, messages, return new ValidationResult(valid, messages,
statusInfo: 'on ${os.name}, channel ${version.channel}'); statusInfo: 'on ${os.name}, locale ${platform.localeName}, channel ${version.channel}');
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment