mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-29 07:29:12 -04:00
Some logging cleanup.
This commit is contained in:
parent
387f03b08c
commit
d79efbece8
3 changed files with 5 additions and 5 deletions
src/io
|
@ -138,8 +138,7 @@ class BLESession extends JSONRPCWebSocket {
|
|||
|
||||
_sendError (e) {
|
||||
this._connected = false;
|
||||
log.error(`BLESession error:`);
|
||||
log.error(e);
|
||||
log.error(`BLESession error: ${e}`);
|
||||
this._runtime.emit(this._runtime.constructor.PERIPHERAL_ERROR);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue