mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-25 01:05:12 +03:00
Convert to CommonJS Modules Part 3
This commit is contained in:
parent
ca13eefa1b
commit
06a4d8b0c8
74 changed files with 1949 additions and 10259 deletions
|
@ -66,8 +66,8 @@ class ConnectionTcp extends Connection {
|
|||
});
|
||||
|
||||
this._socket.on('error', (error) => {
|
||||
GUI.log("TCP error: " + error);
|
||||
console.log("TCP error: " + error);
|
||||
GUI.log(error);
|
||||
console.log(error);
|
||||
|
||||
if (this._socket) {
|
||||
this.abort();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue