fix typo in panic logger
Signed-off-by: Moritz Poldrack <git@moritz.sh> Acked-by: Tim Culverhouse <tim@timculverhouse.com>
This commit is contained in:
parent
0e6b9dab0c
commit
4821425933
|
@ -48,7 +48,7 @@ func PanicHandler() {
|
||||||
}
|
}
|
||||||
|
|
||||||
const panicMessage = `
|
const panicMessage = `
|
||||||
aerc has encountered a critical error and has terminated. Please help us fixing
|
aerc has encountered a critical error and has terminated. Please help us fix
|
||||||
this by sending this log and the steps to reproduce the crash to:
|
this by sending this log and the steps to reproduce the crash to:
|
||||||
~rjarry/aerc-devel@lists.sr.ht
|
~rjarry/aerc-devel@lists.sr.ht
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue