mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 19:41:15 -03:00
Formatting
This commit is contained in:
@@ -106,7 +106,7 @@ static char *wcs2str_internal(const wchar_t *in, char *out);
|
||||
void show_stackframe()
|
||||
{
|
||||
ASSERT_IS_NOT_FORKED_CHILD();
|
||||
|
||||
|
||||
/* Hack to avoid showing backtraces in the tester */
|
||||
if (program_name && ! wcscmp(program_name, L"(ignore)"))
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user