Introduce internal `server` command

Reviewed By: @frantic

Differential Revision: D2449459
This commit is contained in:
Martín Bigio 2015-10-05 09:15:10 -07:00 committed by facebook-github-bot-0
parent 1b8a5fc5fe
commit b7a1a59f54
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,8 @@ function attachToServer(server, path) {
});
});
});
return wss;
}
module.exports = {