mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-20 16:20:43 +02:00
Add private method to print error messages in maid.cr
This commit is contained in:
parent
2d5ce6ffa9
commit
51e925af3d
@ -127,6 +127,10 @@ module Maid
|
|||||||
exit 0
|
exit 0
|
||||||
end
|
end
|
||||||
|
|
||||||
|
private def _e(error)
|
||||||
|
puts Trucolor.format({255, 55, 20}, error)
|
||||||
|
end
|
||||||
|
|
||||||
def remove()
|
def remove()
|
||||||
puts "Remove"
|
puts "Remove"
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user