forked from firka/flutter
This broke Fuchsia as they haven't updated to Dart 1.24 yet :(
This commit is contained in:
committed by
GitHub
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}');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user