Skip to content

Commit

Permalink
Update src/lib/errors.mjs
Browse files Browse the repository at this point in the history
Co-authored-by: James Rodewig <[email protected]>
  • Loading branch information
ecooper and jrodewig authored Dec 12, 2024
1 parent 3d960ac commit fe1c735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/errors.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe1c735

Please sign in to comment.