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
@@ -147,11 +147,11 @@ export default class Server extends EventEmitter {
|
||||
this.emit(
|
||||
'error',
|
||||
new Error(
|
||||
"Sonar doesn't currently support physical iOS devices. You can still use it to view logs, but for now to use the majority of the sonar plugins you'll have to use the Simulator.",
|
||||
"Flipper doesn't currently support physical iOS devices. You can still use it to view logs, but for now to use the majority of the Flipper plugins you'll have to use the Simulator.",
|
||||
),
|
||||
);
|
||||
console.warn(
|
||||
'Physical iOS device detected. This is not currently supported by sonar.',
|
||||
'Physical iOS device detected. This is not currently supported by Flipper.',
|
||||
'server',
|
||||
);
|
||||
}
|
||||
@@ -267,7 +267,7 @@ export default class Server extends EventEmitter {
|
||||
);
|
||||
|
||||
/* If a device gets disconnected without being cleaned up properly,
|
||||
* sonar won't be aware until it attempts to reconnect.
|
||||
* Flipper won't be aware until it attempts to reconnect.
|
||||
* When it does we need to terminate the zombie connection.
|
||||
*/
|
||||
if (this.connections.has(id)) {
|
||||
|
||||
Reference in New Issue
Block a user