cillian64 / thegrid

The·Grid - Interactive polychromatic lighting array
http://www.thegrid.fish/
2 stars 6 forks source link

Catch exceptions in sink init #8

Open cillian64 opened 10 years ago

cillian64 commented 10 years ago

The control wrapper catches exceptions in sinks' update function but not in init. Exceptions from init are uncaught and bring down the whole thing. You should probably catch them and do something helpful.