Skip to content
Snippets Groups Projects
Commit 05f3799f authored by Florian Meißner's avatar Florian Meißner
Browse files

feat(helpers/_error): add red color

parent 64b319eb
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,6 @@ function _error --description 'Call with `_error <msg> <var1> <var2> … <var_n> ...@@ -3,6 +3,6 @@ function _error --description 'Call with `_error <msg> <var1> <var2> … <var_n>
set out $out {$i}="$$i" set out $out {$i}="$$i"
end end
echo $argv[1] '('(string join ', ' $out)')' begin; echo set_color brred; echo -n $argv[1]; set_color red; echo ' ('(string join ', ' $out)')'; set_color normal; end 1>&2
exit 1 exit 1
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment