-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[object Object] obscure form in xsnap console #3844
Comments
This probably requires a virtual-terminal console emulation backed by |
We may also have to adapt an existing one to XS or adapt XS to provide |
virtual-terminal? process.stderr? I am not following at all.
|
If |
In what case will |
|
I meant this issue to be only about un-redacted console messages. I clarified the description. My suggestion is not that the caller of |
…3856) fixes #3844 * test(xsnap): xsnap console formats complex objects nicely * refactor(xsnap): factor bootSESWorker out of several tests Co-authored-by: Mark S. Miller <[email protected]>
Describe the bug
In un-redacted console messages, our xsnap console shim prints
[object Object]
where we're used to more detail from the node.js console.To Reproduce
for example: Agoric/testnet-load-generator#30
Expected behavior
something more like inspect.
or perhaps
assert.quote
from SES?Platform Environment
Additional context
originally discussed in Agoric/testnet-load-generator#30
cc @kriskowal @katelynsills @mhofman
The text was updated successfully, but these errors were encountered: