console.log()
' output gets truncated and "NULL" substrings are replaced with "[object Object]"
#7728
Labels
console.log()
' output gets truncated and "NULL" substrings are replaced with "[object Object]"
#7728
Which Cloudflare product(s) does this pertain to?
Workers Runtime, Wrangler
What versions are you using?
3.99.0
What operating system and version are you using?
Windows 10
Please provide a link to a minimal reproduction
No response
Describe the Bug
Wrangler (or possibly the Workers runtime) truncates
console.log()
output and appends and inserts random instances of[object Object]
where the logged string contains the substring "NULL".For example, if I do this:
What I actually get is shown in this image:
See how output is truncated, and two
[object Object]
s have appeared.) I've found the only way around this is to log output URL encoded.Please provide any relevant error logs
No response
The text was updated successfully, but these errors were encountered: