Skip to content

Commit d24c1a0

Browse files
Show IP of nodes
1 parent c8dc2f6 commit d24c1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/nodes/list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default class NodesList extends Command {
3636
}
3737

3838
for (const node of nodes) {
39-
this.log(`${node.name}${node.isLeader ? ' (main)' : ''}`);
39+
this.log(`${node.name} [${node.address}]${node.isLeader ? ' (main)' : ''}`);
4040
}
4141
}
4242
}

0 commit comments

Comments
 (0)