I believe that is the result of the attempt of making console logs visible to us when executed in backend.
If you use console.log() in a server side script the result will appear there in the middle of that gibberish. Not ideal but it does the job.
I believe that is the result of the attempt of making console logs visible to us when executed in backend.
If you use console.log() in a server side script the result will appear there in the middle of that gibberish. Not ideal but it does the job.