Skip to content

Commit 878347d

Browse files
committed
Shorten docker download message
1 parent ecca7d6 commit 878347d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ export default createPlugin(
239239
if (!imagePulled) {
240240
progress.report({
241241
message:
242-
"Waiting for the LocalStack docker image to finish downloading...",
242+
"Downloading LocalStack docker image...",
243243
});
244244
await minDelay(pullImageProcess);
245245
}

0 commit comments

Comments
 (0)