revert some changes for now
This commit is contained in:
parent
8e2192a4b5
commit
dc8014b19c
@ -1309,10 +1309,7 @@ def validate_bun():
|
|||||||
bun_path = path_ops.get_bun_path()
|
bun_path = path_ops.get_bun_path()
|
||||||
|
|
||||||
if bun_path is None:
|
if bun_path is None:
|
||||||
console.error(
|
return
|
||||||
"Could not find bun. Make sure you have bun installed or run `reflex init` to install it."
|
|
||||||
)
|
|
||||||
raise typer.Exit(1)
|
|
||||||
|
|
||||||
if not path_ops.samefile(bun_path, constants.Bun.DEFAULT_PATH):
|
if not path_ops.samefile(bun_path, constants.Bun.DEFAULT_PATH):
|
||||||
console.info(f"Using custom Bun path: {bun_path}")
|
console.info(f"Using custom Bun path: {bun_path}")
|
||||||
|
Loading…
Reference in New Issue
Block a user