Skip to content

Commit 124164a

Browse files
committed
unknown instead of "undefined" string
1 parent 51ac9da commit 124164a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/seed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module.exports = async function seed(cmd) {
5151
key: 'contentKey',
5252
label: appendMode ? `${ansi.gray('...')} content key` : 'Content Key:',
5353
initial: loading,
54-
transform: (v) => (v === undefined ? ansi.yellow('loading...') : ansi.gray(v))
54+
transform: (v) => (v === undefined ? ansi.yellow('unknown...') : ansi.gray(v))
5555
},
5656
{
5757
key: 'firewalled',

0 commit comments

Comments
 (0)