vincentdephily / emlop

EMerge LOg Parser
GNU General Public License v3.0
38 stars 4 forks source link

Suppress panic when pipe closed #4

Closed snglth closed 6 years ago

snglth commented 6 years ago

Quick and dirty hack suggested by rust developers https://github.com/rust-lang/rust/issues/24821

vincentdephily commented 6 years ago

Looks clean enough to me :) Ideally we should exit once we can't write to stdout anymore, but that's an optimisation for later.

Merged, thanks.