mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This broke Fuchsia as they haven't updated to Dart 1.24 yet :(
This commit is contained in:
parent
aa9c782693
commit
b291bf5d6a
@ -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}');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user