• Mark Tyneway's avatar
    batch-submitter: handle error case explicitly · 71f8de9c
    Mark Tyneway authored
    It was possible to return from a function directly
    into destructuring an array when the return value
    was polymorphic in either being an array or undefined.
    The undefined case is handled explicitly now and an
    error is thrown with a useful error message instead of
    something that would require looking at the source code
    and knowing nodejs error types to find out what the
    problem was.
    71f8de9c
Name
Last commit
Last update
..
batch-submitter Loading commit data...
common-ts Loading commit data...
contracts Loading commit data...
core-utils Loading commit data...
data-transport-layer Loading commit data...
message-relayer Loading commit data...
regenesis-surgery Loading commit data...
replica-healthcheck Loading commit data...
smock Loading commit data...