Commit 723cf064 authored by Vitaly Lipatov's avatar Vitaly Lipatov

fatal(): add epm version to error message

parent 05d85c8c
......@@ -318,7 +318,7 @@ fatal()
{
if [ -z "$TEXTDOMAIN" ] ; then
set_color $RED
echo "Error: $* (you can discuss the problem in Telegram: https://t.me/useepm)" >&2
echo "Error: $* (you can discuss the epm $EPMVERSION problem in Telegram: https://t.me/useepm)" >&2
restore_color
# else
# echog "Error in $0: $@" >&2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment