mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-07 08:03:13 +00:00
verifying types
This commit is contained in:
parent
2a85265e15
commit
f236cd6375
@ -33,7 +33,7 @@ proc echoed*(vals: varargs[string, `$`]) =
|
||||
let color = printThread()
|
||||
var i = 0
|
||||
if vals.len() mod 2 != 0:
|
||||
stdout.styledWrite(fgBlue, vals[i])
|
||||
stdout.styledWrite(color, vals[i])
|
||||
i.inc()
|
||||
while i + 1 < vals.len():
|
||||
stdout.styledWrite(color, vals[i], fgDefault, vals[i+1])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user