mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-23 14:18:37 +01: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
|
||||
end
|
||||
|
||||
private def _e(error)
|
||||
puts Trucolor.format({255, 55, 20}, error)
|
||||
end
|
||||
|
||||
def remove()
|
||||
puts "Remove"
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user