Improve error message
This commit is contained in:
parent
07290810a2
commit
b68bc7ddb5
@ -48,7 +48,7 @@ end
|
|||||||
begin
|
begin
|
||||||
$control_socket = UNIXSocket.new(control_socket_path)
|
$control_socket = UNIXSocket.new(control_socket_path)
|
||||||
rescue StandardError => error
|
rescue StandardError => error
|
||||||
log "error", "could not connect to github-fast-envd socket"
|
log "error", "could not connect to github-fast-envd socket (insufficient permissions or github-fast-envd not running)"
|
||||||
exit 1
|
exit 1
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user