Skip to content

Commit df23a36

Browse files
bc-maxloganwoolf
andauthored
feat: Show channel IDs in channel prompt when starting dev server (#1225)
Co-authored-by: Logan Woolf <loganwoolf@gmail.com>
1 parent 5872c13 commit df23a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/stencil-push.utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ utils.promptUserToSelectChannel = async (channels) => {
442442
name: 'channelId',
443443
message: 'Which channel would you like to use?',
444444
choices: channels.map((channel) => ({
445-
name: channel.url,
445+
name: `${channel.url} [${channel.channel_id}] `,
446446
value: channel.channel_id,
447447
})),
448448
},

0 commit comments

Comments
 (0)