-
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
get rid of <[Object: null prototype] {}> console noise #2324
Comments
When linking
However, this is unlikely to be a problem in the source code of This diagnostic appears within the following longer sample
|
Fixing |
Sorry closed by mistake |
with
|
I'm expanding the scope of this to actually getting rid of the console noise; i.e. doing the SES-shim release @erights asked for and upgrading agoric-sdk to use it. |
Excellent, thanks! If we can get endojs/endo#590 and endojs/endo#591 in quickly enough to make this release, that would be nice. Otherwise they can wait until the next release. |
#2552 failed I wouldn't mind keeping it that way :) @warner perhaps you're willing to move the ball ahead the next few yards? If not, nominate somebody? (if it's me, grant me npm write access) |
After applying both #2303 and endojs/endo#569 , a
yarn test
fails in something having to do with xsnap, complaining about an assignment to aconstructor
property failing.Low priority because endojs/endo#569 is low priority. But fixing this would cause the Node console to stop adding junk like the following to its display of objects.
The text was updated successfully, but these errors were encountered: