Skip to content

Commit

Permalink
📖 Update messages
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanc1 committed Sep 3, 2024
1 parent eeda063 commit f7b6df8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/mystmd-py/src/mystmd_py/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,14 @@ def main():
raise SystemExit(
"💥 The attempt to install Node.js was unsuccessful.\n"
f"🔍 Underlying error:\n{message}\n\n"
"ℹ️ We recommend installing the latest LTS release, using your preferred package manager "
"or following instructions here: https://nodejs.org/en/download\n\n"
"ℹ️ We recommend installing the latest LTS release, using your preferred package manager "
"or following instructions here: https://nodejs.org\n\n"
) from err
except PermissionDeniedError as err:
raise SystemExit(
"💥 The attempt to install Node.js failed because the user denied the request.\n"
"ℹ️ We recommend installing the latest LTS release, using your preferred package manager "
"or following instructions here: https://nodejs.org/en/download\n\n"
"ℹ️ We recommend installing the latest LTS release, using your preferred package manager "
"or following instructions here: https://nodejs.org\n\n"
) from err

# Build new env dict
Expand Down

0 comments on commit f7b6df8

Please sign in to comment.