comments and variable names

Summary:
renaming across the app:
- comments
- variable names
- constants

Reviewed By: passy

Differential Revision: D9861792

fbshipit-source-id: 72dea05d1427b1dc0f54a7865cc0ecffd69bdb27
This commit is contained in:
Daniel Büchele
2018-09-18 06:38:25 -07:00
committed by Facebook Github Bot
parent df0a0da744
commit e9490ca3b4
13 changed files with 28 additions and 28 deletions

View File

@@ -30,7 +30,7 @@ export default (store: Store, logger: Logger) => {
server.addListener('error', err => {
const payload: string =
err.code === 'EADDRINUSE'
? "Couldn't start websocket server. Looks like you have multiple copies of Sonar running."
? "Couldn't start websocket server. Looks like you have multiple copies of Flipper running."
: err.message || 'Unknown error';
store.dispatch({