We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b3937 commit e56a5e2Copy full SHA for e56a5e2
pkgs/test_core/lib/src/util/package_config.dart
@@ -32,7 +32,7 @@ Future<Uri> absoluteUri(String path) async {
32
try {
33
final packageConfig = await currentPackageConfig;
34
return packageConfig.toPackageUri(absoluteUri) ?? absoluteUri;
35
- } on StateError catch (_) {
+ } on StateError {
36
// Workaround for a missing package config.
37
return absoluteUri;
38
}
0 commit comments