In http, I am seeing some \r\n in messages. one example is on 'createServer' where the message is the following
"\r\nThe requestListener is a function...."
They are escaping the \r\n in json (\\r\\n) so it is displaying but we probably still don't want this displaying. Could we fix their documentation or not display those newlines some way in the popup?
"\r\nThe requestListener is a function...."
They are escaping the \r\n in json (\\r\\n) so it is displaying but we probably still don't want this displaying. Could we fix their documentation or not display those newlines some way in the popup?