naddison36/tx2uml

Error at startup

oikos1 opened this issue · 2 comments

I start the program with either tx2uml -a or -e and keep on getting : UnhandledPromiseRejectionWarning: TypeError: Cannot set property 'to' of undefined

The -a and -e options are working for me. What's the full command you are using? You can just replace the keys with XXX's when posting in here.
Also, if you set the DEBUG env var to tx2uml, it'll spit out the logs. eg export DEBUG=tx2uml

Seems to be working now. I am unable to reproduce the issue. The command i was using :

tx2uml TXHASH -a XXXXX -e XXXXX

Thank you