| Index: utils/pub/command_lish.dart
|
| diff --git a/utils/pub/command_lish.dart b/utils/pub/command_lish.dart
|
| index 536a3aae3f8789a127a6a435865425a7023dff56..1e5673da28f9b82319315a44d9776cff89cd891e 100644
|
| --- a/utils/pub/command_lish.dart
|
| +++ b/utils/pub/command_lish.dart
|
| @@ -91,7 +91,7 @@ class LishCommand extends PubCommand {
|
| files = f;
|
| log.fine('Archiving and publishing ${entrypoint.root}.');
|
| return createTarGz(files, baseDir: entrypoint.root.dir);
|
| - }).then(consumeInputStream);
|
| + }).then((stream) => stream.toBytes());
|
|
|
| // Show the package contents so the user can verify they look OK.
|
| var package = entrypoint.root;
|
|
|