This commit is contained in:
a 2024-06-27 03:34:10 +02:00
parent 0f2011d302
commit 2b79ef3691

View file

@ -488,7 +488,8 @@ def _failback_to_other_shells(args, err):
if foreign_shell: if foreign_shell:
traceback.print_exc() traceback.print_exc()
print("Xonsh encountered an issue during launch", file=sys.stderr) print("Xonsh encountered an issue during launch.", file=sys.stderr)
print("Please report to https://github.com/xonsh/xonsh/issues", file=sys.stderr)
print(f"Failback to {foreign_shell}", file=sys.stderr) print(f"Failback to {foreign_shell}", file=sys.stderr)
os.execlp(foreign_shell, foreign_shell) os.execlp(foreign_shell, foreign_shell)
else: else: