hayesmaker / doomsdayconsole

originally code.google.com/p/doomsdayconsole
0 stars 0 forks source link

Empty or "" strings should output as an empty line instead of being ignored #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The use case would be trying to output some variable that can potentially be an 
empty string. It can throw you off when it doesn't even show up. If there's an 
argument against this behavior, it might be included in as an option.

Original issue reported on code.google.com by mlunar on 4 Aug 2011 at 9:10

GoogleCodeExporter commented 8 years ago
DConsole.ignoreBlankLines = false; will now give you that behavior. Note that 
you'll still get "x5" type messages appended to that empty line.

Original comment by AndreasVonSpace@gmail.com on 17 Aug 2011 at 9:14