typescript-sdk
typescript-sdk copied to clipboard
To start keploy server from typescript sdk for all OS
To start keploy server from typescript sdk for all OS.
feat keploy/keploy#352
@re-Tick Can you please review this PR?
When I try the changes with a sample application, the following error is thrown:
Error checking port: Command failed: lsof -i:6789
I am checking why it is happening
@re-Tick error is occurring because when there is nothing running on port 6789 , empty output is treated as an error and hence the error is shown, I have added additional check for the error code and will also start the server in that case too
@Hermione2408 changes are working locally. LGTM.