fix
This commit is contained in:
parent
cb6e776a26
commit
f04c66294e
@ -49,7 +49,7 @@ export class ArgSource extends OptionSource {
|
|||||||
}
|
}
|
||||||
|
|
||||||
await Promise.all (options.map ((opt) => {
|
await Promise.all (options.map ((opt) => {
|
||||||
if (argv[opt.name] === 'undefined')
|
if (typeof argv[opt.name] === 'undefined')
|
||||||
return Promise.resolve ();
|
return Promise.resolve ();
|
||||||
if (
|
if (
|
||||||
opt.type === 'array'
|
opt.type === 'array'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user