We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85053c commit fe1cef1Copy full SHA for fe1cef1
libraries/Camera/extras/WebSerialCamera/serialConnectionHandler.js
@@ -166,7 +166,7 @@ class SerialConnectionHandler {
166
}
167
168
} catch (error) {
169
- console.log('💣 Error occurred while reading: ' + error.message);
+ console.error('💣 Error occurred while reading: ' + error.message);
170
} finally {
171
keepReading = false;
172
// console.log('🔓 Releasing reader lock...');
0 commit comments