spatie / ray

Debug with Ray to fix problems faster
https://myray.app
MIT License
564 stars 102 forks source link

BUG - not displaying strings with newlines properly #733

Closed ghost closed 1 year ago

ghost commented 1 year ago

Describe the bug I am trying to print out a string that has some extra newlines in it, ray.Ray() when printing my output in the app, truncates everything after the first \n

To Reproduce testStr := "Project ID:\ngid://gitlab/Project/39190760" ray.Ray(testStr)

Expected behavior You should see the project ID followed by the gid:// stuff on a newline.

Platform (please complete the following information):

spatie-bot commented 1 year ago

Dear contributor,

because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it.