mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-03 22:25:57 +00:00
...
This commit is contained in:
parent
dd5cfe38b7
commit
bc73273cb3
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ spawn(PyObject *self UNUSED, PyObject *args) {
|
|||
// Report the failure and exec a shell instead, so that we are not left
|
||||
// with a forked but not exec'ed process
|
||||
write_to_stderr("Failed to launch child: ");
|
||||
write_to_stderr(argv[0]);
|
||||
write_to_stderr(exe);
|
||||
write_to_stderr("\nWith error: ");
|
||||
write_to_stderr(strerror(errno));
|
||||
write_to_stderr("\nPress Enter to exit.\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue