| Index: sdk/lib/_internal/compiler/implementation/source_file_provider.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/source_file_provider.dart (revision 36157)
|
| +++ sdk/lib/_internal/compiler/implementation/source_file_provider.dart (working copy)
|
| @@ -44,6 +44,7 @@
|
| try {
|
| source = readAll(resourceUri.toFilePath());
|
| } on FileSystemException catch (ex) {
|
| + sourceFiles[resourceUri.toString()] = null;
|
| return new Future.error(
|
| "Error reading '${relativize(cwd, resourceUri, isWindows)}' "
|
| "(${ex.osError})");
|
|
|