meepen / salien-bot

Steam Summer Sale 2018 "Salien" minigame bot - runs in console or browser
MIT License
418 stars 104 forks source link

Better error handling in promises #95

Open meepen opened 6 years ago

meepen commented 6 years ago

Currently if a promise errors, it will just continue and not break the program due to node, leading to everything halting.

csis0247 commented 6 years ago

A temporary fix would be to install nodemon, and use nodemon headless to start the code, instead of node headless.