When writing to `stdout`, Postmanerator also writes diagnostic messages such as Generating output... and SUCCESS. to `stdout`. These are not part of the desired output from the theme. These messages should be written to `stderr`, not `stdout`.
When writing to
stdout, Postmanerator also writes diagnostic messages such asand
to
stdout. These are not part of the desired output from the theme. These messages should be written tostderr, notstdout.