mehtadone / CryptoGramBot

A simple telegram bot that sends your balance updates from coinigy, send trade notifications from Poloniex and Bittrex and creates you a trade export for your own spreadsheet magicary.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash on startup when running under PM2 on Windows 10

opened this issue · comments

Narrowed it down to the following line:
Console.Title = me.Username;

This seems to be causing an exception when running under PM2 as there is no console window.
Can be caught and silently ignored to allow the app to run.