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 05ec1fb commit 7b46c93Copy full SHA for 7b46c93
pkg/pub_worker/lib/src/bin/pana_wrapper.dart
@@ -94,6 +94,8 @@ Future<void> main(List<String> args) async {
94
environment: {
95
'PUB_HOSTED_URL': pubHostedUrl,
96
},
97
+ throwOnError: true,
98
+ retryOptions: RetryOptions(maxAttempts: 3),
99
);
100
final pkgDir = Directory(p.join(pkgDownloadDir.path, '$package-$version'));
101
final detected = await _detectSdks(pkgDir.path);
0 commit comments