Skip to content

Commit

Permalink
Use fork from fetch_client
Browse files Browse the repository at this point in the history
  • Loading branch information
xvrh committed Sep 20, 2023
1 parent 543baa5 commit 246046d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,11 @@ packages:
fetch_client:
dependency: "direct dev"
description:
name: fetch_client
sha256: "83c07b07a63526a43630572c72715707ca113a8aa3459efbc7b2d366b79402af"
url: "https://pub.dev"
source: hosted
path: "."
ref: iterator-error
resolved-ref: "3df832140f13ac5351875031a693f48d4d538ee1"
url: "https://github.com/xvrh/fetch_client.git"
source: git
version: "1.0.2"
file:
dependency: transitive
Expand Down
3 changes: 3 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ dev_dependencies:
collection:
dart_style:
fetch_client:
git:
url: https://github.com/xvrh/fetch_client.git
ref: 'iterator-error'
http:
json_annotation:
json_serializable:
Expand Down
2 changes: 0 additions & 2 deletions test/apis/devtools_panels/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{
"permissions": [
],
"devtools_page": "devtools.html"
}
4 changes: 2 additions & 2 deletions test/runner/runner_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Future<void> setup(void Function(TestContext) callback) async {
}
}
}));
} catch (e) {
print("Global error $e");
} catch (e, s) {
print("Global error $e\n$s");
}
}

Expand Down

0 comments on commit 246046d

Please sign in to comment.