| Index: frog/library.dart
|
| diff --git a/frog/library.dart b/frog/library.dart
|
| index 45b8135d41151e1027796d6598dbf7839b6ecf79..c590fef63ded5e9d6b2a769f4b242db4c0b02c6a 100644
|
| --- a/frog/library.dart
|
| +++ b/frog/library.dart
|
| @@ -63,7 +63,6 @@ class Library extends Element {
|
| if (filename.startsWith('/')) return filename;
|
| if (filename.startsWith('file:///')) return filename;
|
| if (filename.startsWith('http://')) return filename;
|
| - if (const RegExp('^[a-zA-Z]:/').hasMatch(filename)) return filename;
|
| return joinPaths(sourceDir, filename);
|
| }
|
|
|
|
|