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 92d0c88 commit c6e2e42Copy full SHA for c6e2e42
scripts/check-urls.py
@@ -43,6 +43,10 @@ class Curl:
43
Curl.COULDNT_RESOLVE_HOST,
44
None,
45
),
46
+ "https://storage.googleapis.com/download.dartlang.org/linux/debian": (
47
+ Curl.HTTP_RETURNED_ERROR,
48
+ 404,
49
+ ),
50
# TODO: Temporary fix
51
"https://dashboard.aspose.cloud/applications": (Curl.HTTP_RETURNED_ERROR, 404),
52
}
0 commit comments