Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(swingset): supervisor-xs: tolerate console.log(BigInt)
We serialize console.log arguments (to send over the pipe to the kernel process) with JSON.stringify, which doesn't tolerate BigInt. Use a simple replacer to turn them into Numbers first; we can tolerate the loss of fidelity for console.log. closes #2936
- Loading branch information