Skip to content

Commit ecb51fc

Browse files
committed
huhh
1 parent c93d32d commit ecb51fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reflex/custom_components/custom_components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ def init(
519519

520520
if CustomComponents.PYPROJECT_TOML.exists():
521521
console.error(f"A {CustomComponents.PYPROJECT_TOML} already exists. Aborting.")
522-
SystemExit(1)
522+
raise SystemExit(1)
523523

524524
# Show system info.
525525
exec.output_system_info()

0 commit comments

Comments
 (0)