mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 917365 - Fix an exception when starting a simulator r=paul
This commit is contained in:
parent
a1c7380a0d
commit
2d88b5ea44
@ -136,7 +136,7 @@ let UI = {
|
||||
this.connection.log("Simulator ready. Connecting.");
|
||||
this.connection.port = port;
|
||||
this.connection.host = "localhost";
|
||||
this.connection.once("connected", function() {
|
||||
this.connection.once("connected", () => {
|
||||
this.connection.log("Connected to simulator.");
|
||||
this.connection.keepConnecting = false;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user