| Index: pkg/analyzer/lib/src/generated/sdk_io.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/sdk_io.dart b/pkg/analyzer/lib/src/generated/sdk_io.dart
|
| index 1ec2653ef53980ee2558d9bdb787f38bcc10e2bb..974c3935327851e96c3d0c5e5b62c3b74250160f 100644
|
| --- a/pkg/analyzer/lib/src/generated/sdk_io.dart
|
| +++ b/pkg/analyzer/lib/src/generated/sdk_io.dart
|
| @@ -418,6 +418,7 @@ class DirectoryBasedDartSdk implements DartSdk {
|
| _sdkVersion = revision.trim();
|
| }
|
| } on JavaIOException catch (exception) {
|
| + // Fall through to return the default.
|
| }
|
| }
|
| return _sdkVersion;
|
|
|