mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Update tracking bug for SDK spaces in doctor (#10504)
This commit is contained in:
parent
c63be2af8b
commit
d65b9fb6dc
@ -212,7 +212,7 @@ class _FlutterValidator extends DoctorValidator {
|
||||
messages.add(new ValidationMessage('Flutter at ${Cache.flutterRoot}'));
|
||||
if (Cache.flutterRoot.contains(' '))
|
||||
messages.add(new ValidationMessage.error(
|
||||
'Flutter SDK install paths with spaces are not yet supported. (https://github.com/flutter/flutter/issues/10461)\n'
|
||||
'Flutter SDK install paths with spaces are not yet supported. (https://github.com/flutter/flutter/issues/6577)\n'
|
||||
'Please move the SDK to a path that does not include spaces.'));
|
||||
messages.add(new ValidationMessage(
|
||||
'Framework revision ${version.frameworkRevisionShort} '
|
||||
|
Loading…
Reference in New Issue
Block a user