You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...SwingSet/src/controller.js (24) # Exception: cannot coerce undefined to object!.
When I comment out the unshift line, xs is happy. I'm pretty sure it's not needed in xs; xs provides globalThis in every compartment. Can we skip this unshift on platforms where it's not needed?
xs gripes:
When I comment out the
unshift
line, xs is happy. I'm pretty sure it's not needed in xs; xs providesglobalThis
in every compartment. Can we skip thisunshift
on platforms where it's not needed?https://github.com/Agoric/SwingSet/blob/e103ff770ca083987ff7b824057780ea1813d15d/src/controller.js#L22-L24
The text was updated successfully, but these errors were encountered: