We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ee8ce commit 2b68479Copy full SHA for 2b68479
clients/js/packages/client/src/client.ts
@@ -741,7 +741,7 @@ export class StarshipClient implements StarshipClientI {
741
]);
742
this.log(
743
chalk.yellow(
744
- `Forwarded ${formatChainID(chain.id)}: local ${localPort} -> target (host) ${externalPort}`
+ `Forwarded ${podName}: local ${localPort} -> target (host) ${externalPort}`
745
)
746
);
747
}
0 commit comments