neo-one icon indicating copy to clipboard operation
neo-one copied to clipboard

Fix `console.log` size limit

Open spencercorwin opened this issue 3 years ago • 1 comments

Some changes to the VM now limit how large the items can be that a user console.logs. I'm not sure where this limit is hit. Probably look at GenericLogSerializeHelper and make sure at some point we slice to whatever the max is so that it doesn't throw an error in the VM and lead to FAULT state.

spencercorwin avatar Jun 17 '21 05:06 spencercorwin

Make sure to check all uses of System.Runtime.Notify. Also, it's possible that instead of just slicing and limiting all console.logs we could somehow split the object into multiple notifications so that the user can still get out as much info as they want

spencercorwin avatar Jun 17 '21 05:06 spencercorwin