Nyamazing / colorful-voice

colorful console for node
MIT License
0 stars 0 forks source link

When chaining between colorful voice objects, a previous object affect a next object. #1

Open Nyamazing opened 9 years ago

Nyamazing commented 9 years ago
var after = c('test');
var before = c.red();
before.add(after).toConsole();

The string should be white, but becomes red.