Skip to content

Commit

Permalink
revert some changes for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Lendemor committed Feb 10, 2025
1 parent 8e2192a commit dc8014b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions reflex/utils/prerequisites.py
Original file line number Diff line number Diff line change
Expand Up @@ -1309,10 +1309,7 @@ def validate_bun():
bun_path = path_ops.get_bun_path()

if bun_path is None:
console.error(
"Could not find bun. Make sure you have bun installed or run `reflex init` to install it."
)
raise typer.Exit(1)
return

if not path_ops.samefile(bun_path, constants.Bun.DEFAULT_PATH):
console.info(f"Using custom Bun path: {bun_path}")
Expand Down

0 comments on commit dc8014b

Please sign in to comment.