Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 26af55e

Browse files
committed
RH align Uptime
1 parent f94442f commit 26af55e

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

src/packages/cli/src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ if (argv.action === "start") {
202202
chalk.bold("Host"),
203203
chalk.bold("Uptime")
204204
],
205-
colAligns: ["right", "left", "left", "left", "left", "left"],
205+
colAligns: ["right", "left", "left", "left", "left", "right"],
206206
style: {
207207
head: ["white", "white", "white", "white", "white", "white"]
208208
}

src/packages/ganache/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -504,12 +504,11 @@ $ ganache --port=8544 --miner.blockTime=10 --detach
504504
salted_caramel_ganache
505505

506506
$ ganache instances list
507-
╔═══════╤════════════════════════╤══════════╤═════════╤═══════════╤══════╤════════════╗
508-
║ PID │ Name │ Flavor │ Version │ Host │ Port │ Uptime ║
509-
╟───────┼────────────────────────┼──────────┼─────────┼───────────┼──────┼────────────╢
510-
║ 56004 │ salted_caramel_ganache │ ethereum │ 7.4.3 │ 127.0.0.1 │ 8544 │ 48 seconds ║
511-
╚═══════╧════════════════════════╧══════════╧═════════╧═══════════╧══════╧════════════╝
512-
507+
┌───────┬────────────────────────┬──────────┬─────────┬────────────────┬────────┐
508+
│ PID │ Name │ Flavor │ Version │ Host │ Uptime │
509+
├───────┼────────────────────────┼──────────┼─────────┼────────────────┼────────┤
510+
│ 12182 │ salted_caramel_ganache │ ethereum │ 7.6.0 │ 127.0.0.1:8545 │ 36s │
511+
└───────┴────────────────────────┴──────────┴─────────┴────────────────┴────────┘
513512

514513
$ ganache instances stop salted_caramel_ganache
515514
Process stopped

0 commit comments

Comments
 (0)