This was reported by @embrilliant.
Node 6 introduced some new behavior where process.exit is executed faster than before. This means that if you have some string a stream that sends to process.stout, this stream will not be flushed. In some exercises where the output is too long (for example: the output of JUGGLING ASYNC once it is verified)
node will simply stop outputting the last chunk.
This was reported by @embrilliant.
Node 6 introduced some new behavior where
process.exitis executed faster than before. This means that if you have some string a stream that sends to process.stout, this stream will not be flushed. In some exercises where the output is too long (for example: the output of JUGGLING ASYNC once it is verified)node will simply stop outputting the last chunk.