Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Don't check if the service is running to stop Percy (#581)
This approach assumes running `percy stop` will happen in the same session. The better approach is to send the POST request anyways & catch if it fails. That way if the server is running (on that path/port) it will get stopped.
- Loading branch information