Skip to content

Commit

Permalink
Apply the change in #1139 to the asynchronous source file (#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Nov 20, 2020
1 parent 50985d7 commit a13f7be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/src/async_import_cache.dart
Expand Up @@ -160,6 +160,7 @@ Relative canonical URLs are deprecated and will eventually be disallowed.
if (tuple == null) return null;
var stylesheet =
await importCanonical(tuple.item1, tuple.item2, tuple.item3);
if (stylesheet == null) return null;
return Tuple2(tuple.item1, stylesheet);
}

Expand Down
2 changes: 1 addition & 1 deletion lib/src/import_cache.dart
Expand Up @@ -5,7 +5,7 @@
// DO NOT EDIT. This file was generated from async_import_cache.dart.
// See tool/grind/synchronize.dart for details.
//
// Checksum: 5293a11e290c86829547ddd982ee3b1b1536dc73
// Checksum: ac91c195e290010a7e104f832a00a5ebb41a127a
//
// ignore_for_file: unused_import

Expand Down

0 comments on commit a13f7be

Please sign in to comment.