From fe1c73539fcac7a5c74a6465a0775d50e3ee2655 Mon Sep 17 00:00:00 2001 From: "E. Cooper" Date: Thu, 12 Dec 2024 12:03:12 -0800 Subject: [PATCH] Update src/lib/errors.mjs Co-authored-by: James Rodewig --- src/lib/errors.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/errors.mjs b/src/lib/errors.mjs index 42a336dc..109fe0d6 100644 --- a/src/lib/errors.mjs +++ b/src/lib/errors.mjs @@ -8,8 +8,8 @@ const BUG_REPORT_MESSAGE = `If you believe this is a bug, please report this iss // This error message is used in a few places where we handle network errors. export const NETWORK_ERROR_MESSAGE = - "Unable to connect to Fauna due to a network error. If you're using --local, " + - "make sure your local docker container is currently running with this command: fauna local"; + "Unable to connect to Fauna due to a network error. If using --local, " + + "ensure your container is running with this command: fauna local"; /* * These are the error message prefixes that yargs throws during