nodeplayer icon indicating copy to clipboard operation
nodeplayer copied to clipboard

Error handling

Open FruitieX opened this issue 10 years ago • 1 comments

Some unexpected inputs may still dump stack traces (or even crash nodeplayer if we're unlucky?). We should really try to eliminate these by reading through code and doing proper error handling (as well as tests that cover these cases!).

FruitieX avatar Mar 19 '15 21:03 FruitieX

Pay attention also to function return values. Currently somewhat inconsistent, some return true/false while others return eg. songlist/undefined.

FruitieX avatar Apr 02 '15 14:04 FruitieX