Skip to content

Commit b2e1b5d

Browse files
committed
set bun path
1 parent 3bfc04c commit b2e1b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reflex/utils/js_runtimes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def validate_bun(bun_path: Path | None = None):
294294

295295
if not path_ops.samefile(bun_path, constants.Bun.DEFAULT_PATH):
296296
console.info(f"Using custom Bun path: {bun_path}")
297-
bun_version = get_bun_version()
297+
bun_version = get_bun_version(bun_path=bun_path)
298298
if bun_version is None:
299299
console.error(
300300
"Failed to obtain bun version. Make sure the specified bun path in your config is correct."

0 commit comments

Comments
 (0)