2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-02-24 11:27:41 +00:00
fish-shell/tests/invocation/broken-config-continues.err
Fabian Homborg 39a601927f Remove useless empty lines from stack traces
This printed things like

```
in function 'f'
        called on standard input

in function 'd'
        called on standard input

in function 'b'
        called on standard input

in function 'a'
        called on standard input

```

As a first step, it removes the empty lines so it's now

```
in function 'f'
        called on standard input
in function 'd'
        called on standard input
in function 'b'
        called on standard input
in function 'a'
        called on standard input
```

See .
2019-03-26 16:47:42 +01:00

6 lines
172 B
Text

fish: Unknown command: syntax-error
$XDG_CONFIG_HOME/fish/config.fish (line 2):
syntax-error
^
from sourcing file $XDG_CONFIG_HOME/fish/config.fish
called during startup