From 19f1b365b63c1d18a25806ae48a60584069612cb Mon Sep 17 00:00:00 2001 From: Chris Penner Date: Thu, 16 Jun 2022 14:12:04 -0600 Subject: [PATCH] Update unison-cli/src/Unison/CommandLine/OutputMessages.hs Co-authored-by: Arya Irani <538571+aryairani@users.noreply.github.com> --- unison-cli/src/Unison/CommandLine/OutputMessages.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/unison-cli/src/Unison/CommandLine/OutputMessages.hs b/unison-cli/src/Unison/CommandLine/OutputMessages.hs index 663814f7e..d491a4fa6 100644 --- a/unison-cli/src/Unison/CommandLine/OutputMessages.hs +++ b/unison-cli/src/Unison/CommandLine/OutputMessages.hs @@ -1640,6 +1640,7 @@ notifyUser dir o = case o of UnreachableCodeserver codeServerURL -> P.lines $ [ P.wrap $ "Unable to reach the code server hosted at:" <> P.string (Servant.showBaseUrl codeServerURL), + , "" P.wrap "Please check your network, ensure you've provided the correct location, or try again later." ] InvalidResponse resp -> P.fatalCallout $ P.hang "Invalid response received from codeserver:" (P.shown resp)