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:
Lorenzo Blasa
2023-08-11 14:16:21 -07:00
committed by Facebook GitHub Bot
parent 84987b888b
commit 9e2615cd80
3 changed files with 3 additions and 7 deletions

View File

@@ -210,7 +210,7 @@ function handeEADDRINUSE(errorMessage: string) {
<br />
<br />
Please try to kill the offending process by running{' '}
<code>kill $(lsof -ti:PORTNUMBER)</code> and restart flipper.
<code>sudo kill $(lsof -ti:PORTNUMBER)</code> and restart flipper.
<br />
<br />
{errorMessage}