Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(swingset): tolerate policy='none' in queueToVatExport
I added this mode (which doesn't even bother allocating a result promise) in 94c1688, but I didn't change queueToVatExport to tolerate the lack of a result promise. This fixes the issue. Unit tests that want to provoke an action but don't care about observing the result (and want to minimize the number of additional cranks being executed) should use `'none'`.
- Loading branch information