neo-one
neo-one copied to clipboard
Fix `console.log` size limit
Some changes to the VM now limit how large the items can be that a user console.log
s. 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.
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