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 #5434.
This commit is contained in:
Fabian Homborg
2019-03-26 16:36:28 +01:00
parent b86200938f
commit 39a601927f
2 changed files with 0 additions and 3 deletions

View File

@@ -4,4 +4,3 @@ syntax-error
^
from sourcing file $XDG_CONFIG_HOME/fish/config.fish
called during startup