Console has every line's text now in quotes?

I think I must have toggled something, because today, seemingly for no reason, my console now puts each line inside double-quotes… I copy and paste this data in to Slack and elsewhere, and don’t want the quotes. What’d I do?

image

1 Like

I see same. Everything on Console comes in double quotes i.e. “”. Could someone please help?

1 Like

This is still happening. It would be excellent if this was optional for copy/paste purposes. This is otherwise not helpful.

This is probably because you are console logging strings.

I suspect if you console logged an integer or a different data type like Boolean, it will not have the quotes.

Seeing the strings in the console log is important, particularly when working with JavaScript objects. Really important when debugging.

false and “false” are not the same thing.

I guess you could submit a feature request on the Postman Github tracker to make it optional.