зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 2f0db92fbe1b (bug 1350887)
This commit is contained in:
Родитель
b41ea93aad
Коммит
0e1c126a7f
|
@ -297,6 +297,9 @@ MarionetteComponent.prototype.init = function () {
|
|||
s = new server.TCPListener(prefs.port, prefs.forceLocal);
|
||||
s.start();
|
||||
this.logger.info(`Listening on port ${s.port}`);
|
||||
} catch (e) {
|
||||
this.logger.error(`Error on starting server: ${e}`);
|
||||
dump(`${e.toString()}\n${e.stack}\n`);
|
||||
} finally {
|
||||
if (s) {
|
||||
this.server = s;
|
||||
|
|
Загрузка…
Ссылка в новой задаче