Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: lib/src/command/lish.dart

Issue 2184303002: Make pub strong-mode clean. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Code review changes Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/src/command/global_activate.dart ('k') | lib/src/command/list_package_dirs.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/command/lish.dart
diff --git a/lib/src/command/lish.dart b/lib/src/command/lish.dart
index 3d10b8930061851586ff2ac9bed2880fa282f64c..3ed4c4955d94b4292fec4ec076f7a40ae8a85730 100644
--- a/lib/src/command/lish.dart
+++ b/lib/src/command/lish.dart
@@ -56,7 +56,7 @@ class LishCommand extends PubCommand {
help: 'The package server to which to upload this package.');
}
- Future _publish(packageBytes) async {
+ Future _publish(List<int> packageBytes) async {
var cloudStorageUrl;
try {
await oauth2.withClient(cache, (client) {
« no previous file with comments | « lib/src/command/global_activate.dart ('k') | lib/src/command/list_package_dirs.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698