add log error

This commit is contained in:
Sem van der Hoeven
2023-06-08 11:00:33 +02:00
parent 9a207dabcc
commit 94eae1d8a9

View File

@@ -324,6 +324,7 @@
} catch (error) { } catch (error) {
console.log("could not parse as json"); console.log("could not parse as json");
console.error(error)
// send_image_data_to_clients(message); // send_image_data_to_clients(message);
} }
}); });