Set default value of _COLOR to "false" from "disabled".
This commit is contained in:
parent
b3d13b21e1
commit
03e1b85dc4
|
@ -221,7 +221,7 @@ Set_defaults ()
|
|||
|
||||
# Setting live helper options
|
||||
_BREAKPOINTS="${_BREAKPOINTS:-disabled}"
|
||||
_COLOR="${_COLOR:-disabled}"
|
||||
_COLOR="${_COLOR:-false}"
|
||||
_DEBUG="${_DEBUG:-disabled}"
|
||||
_FORCE="${_FORCE:-disabled}"
|
||||
_QUIET="${_QUIET:-disabled}"
|
||||
|
|
Loading…
Reference in New Issue