mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-03-14 01:09:51 -04:00
Changing error to be more accurate.
This commit is contained in:
parent
2d9531a15c
commit
7518a9c149
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ class MicroBit {
|
|||
window.clearInterval(this._timeoutID);
|
||||
this._timeoutID = window.setInterval(
|
||||
// send an error to the BLE socket
|
||||
this._ble._sendDisconnectError.bind(this._ble, 'micro:bit stopped receiving data'),
|
||||
this._ble._sendDisconnectError.bind(this._ble, 'micro:bit extension stopped receiving data'),
|
||||
BLETimeout
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue