We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bfc04c commit b2e1b5dCopy full SHA for b2e1b5d
reflex/utils/js_runtimes.py
@@ -294,7 +294,7 @@ def validate_bun(bun_path: Path | None = None):
294
295
if not path_ops.samefile(bun_path, constants.Bun.DEFAULT_PATH):
296
console.info(f"Using custom Bun path: {bun_path}")
297
- bun_version = get_bun_version()
+ bun_version = get_bun_version(bun_path=bun_path)
298
if bun_version is None:
299
console.error(
300
"Failed to obtain bun version. Make sure the specified bun path in your config is correct."
0 commit comments