Better troubleshoot guide to kill existing running instance
Summary: Combine the two used commands as will make things easier for our users. Reviewed By: passy Differential Revision: D48266474 fbshipit-source-id: 1ee5c568ff001dc5ba3f11e21b09a2a6ab430ac7
This commit is contained in:
committed by
Facebook GitHub Bot
parent
84987b888b
commit
9e2615cd80
@@ -50,7 +50,7 @@ export function createFlipperServerWithSocket(
|
||||
new Error(
|
||||
`Failed to connect to the server in a timely manner.
|
||||
It may be unresponsive. Run the following from the terminal
|
||||
'sudo lsof -i :52342' and kill the listed process, if any.`,
|
||||
'sudo kill $(lsof -t -i :52342)' as to kill any existing running instance, if any.`,
|
||||
),
|
||||
);
|
||||
}, CONNECTION_TIMEOUT);
|
||||
|
||||
Reference in New Issue
Block a user