Skip to content

Commit

Permalink
Apply the change in #1139 to the asynchronous source file
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Nov 19, 2020
1 parent 4f1f5c9 commit 4d3e3ea
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 4d3e3ea

Please sign in to comment.