mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-27 20:25:12 +00:00
Remove an incorrect comment
This commit is contained in:
parent
6db82c162c
commit
9382dc32df
1 changed files with 0 additions and 1 deletions
1
proc.cpp
1
proc.cpp
|
@ -797,7 +797,6 @@ int job_reap(bool interactive)
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
const wcstring job_number_desc = (job_count == 1) ? wcstring() : format_string(L"from job %d, ", j->job_id);
|
const wcstring job_number_desc = (job_count == 1) ? wcstring() : format_string(L"from job %d, ", j->job_id);
|
||||||
// This case is pretty rare
|
|
||||||
fwprintf(stdout,
|
fwprintf(stdout,
|
||||||
_(L"%ls: Process %d, \'%ls\' %ls\'%ls\' terminated by signal %ls (%ls)"),
|
_(L"%ls: Process %d, \'%ls\' %ls\'%ls\' terminated by signal %ls (%ls)"),
|
||||||
program_name,
|
program_name,
|
||||||
|
|
Loading…
Reference in a new issue