print error message for debugging #190

This commit is contained in:
dj2ls 2022-05-20 11:12:22 +02:00
parent 522a1d3d53
commit 18d4cd3cb4

View file

@ -511,8 +511,9 @@ update_chat = function(obj) {
`;
var controlarea_receive = '';
}
} catch {
} catch (err) {
console.log("error with database parsing...")
console.log(err)
}
// CALLSIGN LIST
if (!(document.getElementById('chat-' + dxcallsign + '-list'))) {