| 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 4e92f029ed65d5da1d7c9f693a2e46efd7eb4597..cbbb2bb840c4c4d10eb07ed099c29fdf1e9494ba 100644
|
| --- a/pkg/analyzer/lib/src/generated/sdk_io.dart
|
| +++ b/pkg/analyzer/lib/src/generated/sdk_io.dart
|
| @@ -7,6 +7,8 @@
|
|
|
| library engine.sdk.io;
|
|
|
| +import 'dart:io';
|
| +
|
| import 'package:analyzer/src/generated/java_engine.dart';
|
|
|
| import 'ast.dart';
|
| @@ -401,7 +403,7 @@ class DirectoryBasedDartSdk implements DartSdk {
|
| if (revision != null) {
|
| _sdkVersion = revision.trim();
|
| }
|
| - } on JavaIOException catch (exception) {
|
| + } on FileSystemException catch (exception) {
|
| // Fall through to return the default.
|
| }
|
| }
|
|
|