Files
serenity/Userland/Libraries/LibJS/Print.cpp
Bastian Neumann ee440daa58 LibJS: Do not print large arrays
Printing the whole array causes wpt
console/console-log-large-array.any.html to crash.
This limits logged arrays to 100 elements and
truncates the rest with ...

(cherry picked from commit 9650cf8b15a941aaf71c8a4d7db6ee899e367cbd)
2024-10-26 10:47:30 -04:00

56 KiB