whoops
This commit is contained in:
parent
feaf223d88
commit
6f073760af
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
# enable colors on Unix (checks second character in module path for colon)
|
||||
#
|
||||
if (caller(0)[2][1] != ":") {
|
||||
if (caller(0)[2][1] != `:`) {
|
||||
_c = func(color, s) { "\x1b[" ~ color ~ "m" ~ s ~ "\x1b[m" }
|
||||
} else {
|
||||
_c = func(dummy, s) { s }
|
||||
|
|
Loading…
Add table
Reference in a new issue