mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-28 19:38:13 +00:00
Bug 917365 - Fix an exception when starting a simulator r=paul
This commit is contained in:
parent
93f0604f84
commit
e2694f1bba
@ -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