Tiny little fix for a bug i ran into today. If you set the env variable GENESIS_PROMPT_TIMEOUT to something other than 0 it'll fail because it hasn't been cast to an integer when passing to Genesis::PromptCLI, resulting in a TypeError when trying to add an integer with a string in promptcli.
Tiny little fix for a bug i ran into today. If you set the env variable
GENESIS_PROMPT_TIMEOUT
to something other than 0 it'll fail because it hasn't been cast to an integer when passing toGenesis::PromptCLI
, resulting in aTypeError
when trying to add an integer with a string in promptcli.@roymarantz @qx-xp @gtorre