Commit bada702
authored
Handle nil output when writing progress message (#735)
Previously, the command `src lsif upload -no-progress` failed with a
nil panic when using LSIF Typed. I was tempted to refactor the code
so that `output` cannot be nil but decided not to in order to keep the
diff small and focused on fixing the panic.1 parent a12e88e commit bada702
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
188 | 190 | | |
189 | 191 | | |
190 | 192 | | |
| |||
0 commit comments