Closed kevinsimper closed 9 years ago
If you want debug information you need to do DEBUG=* cleaver markdown.md
DEBUG=* cleaver markdown.md
Hm, very strange. process.env.DEBUG is getting set to * both when I do --debug or DEBUG=* ./bin/cleaver examples/basic.md
process.env.DEBUG
*
--debug
DEBUG=* ./bin/cleaver examples/basic.md
This used to work, I'm not sure why it's broken - but I'll look into it.
If you want debug information you need to do
DEBUG=* cleaver markdown.md