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:
committed by
Facebook Github Bot
parent
df0a0da744
commit
e9490ca3b4
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user