all repos — nifty @ 70d337f0a138dcc86fd37b5d6c9f6471c4b833f8

A tiny (pseudo) package manager and script runner.

Minor changes.
h3rald h3rald@h3rald.com
Sat, 04 Mar 2017 21:53:24 +0100
commit

70d337f0a138dcc86fd37b5d6c9f6471c4b833f8

parent

edad1b737ee11eea4b610a10a8677cdce44bc996

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M lib/niftylogger.nimlib/niftylogger.nim

@@ -15,7 +15,7 @@ return ("---", fgMagenta)

of lvlInfo: return ("(i)", fgCyan) of lvlNotice: - return ("---", fgGreen) + return (" ", fgWhite) of lvlWarn: return ("(!)", fgYellow) of lvlError: