blob: 761ae940e4ecbcab24af1bfbd30c45819bdda4e9 (
plain)
1
2
3
4
|
# This enables the color output when in development or test
# Check out the Colorize docs for more information
# https://crystal-lang.org/api/Colorize.html
Colorize.enabled = LuckyEnv.development? || LuckyEnv.test?
|