Skip to content

Commit

Permalink
Reintroduce accidently removed statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Dec 31, 2024
1 parent cb98c62 commit 564dd70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PyFunceble/cli/system/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -1192,6 +1192,8 @@ def start(self) -> "SystemLauncher":
f"{exception}"
)

print(message)

if PyFunceble.facility.Logger.authorized:
print(traceback.format_exc())
sys.exit(1)
Expand Down

0 comments on commit 564dd70

Please sign in to comment.