William Hurley
William Hurley
If no value is provided list prompt fails with TypeError: Cannot read property 'value' of undefined
The full stack trace is ``` TypeError: Cannot read property 'value' of undefined at Prompt.getCurrentValue (/opt/local/lib/node_modules/yo/node_modules/yeoman-environment/node_modules/inquirer/lib/prompts/list.js:123:51) at tryCatcher (/opt/local/lib/node_modules/yo/node_modules/rx/dist/rx.js:63:31) at InnerObserver.next (/opt/local/lib/node_modules/yo/node_modules/rx/dist/rx.js:5407:43) at InnerObserver.Rx.internals.AbstractObserver.AbstractObserver.onNext (/opt/local/lib/node_modules/yo/node_modules/rx/dist/rx.js:1762:31) at InnerObserver.tryCatcher (/opt/local/lib/node_modules/yo/node_modules/rx/dist/rx.js:63:31) at AutoDetachObserverPrototype.next...
This could just be user error, but having difficulty using the CLI tools to test the Portal functionality. When starting the portal locally I'm running: ``` frida-portal --cluster-certificate=frida-cert.pem --cluster-token=foo ```...
Resolves #13