fix
This commit is contained in:
		| @@ -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' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user