accentor / web

Web frontend for the Accentor music server
Other
4 stars 0 forks source link

Log errors when they are added to the store #965

Closed robbevp closed 1 year ago

robbevp commented 1 year ago

Fixes #962

This will log all errors to the console, to help with debugging. The only exception are unauthorized errors.

In the future, we might want to only log certain errors, but since this depends on detecting whether something is an object, and that object has the right shape, this might become a bit tricky. (Since there is no builtin way to detect objects in JS)