• 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
..
exec Loading commit data...
src Loading commit data...
test Loading commit data...
.env.example Loading commit data...
.eslintrc.js Loading commit data...
.lintstagedrc.yml Loading commit data...
.prettierrc.js Loading commit data...
CHANGELOG.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
hardhat.config.ts Loading commit data...
index.ts Loading commit data...
package.json Loading commit data...
tsconfig.build.json Loading commit data...
tsconfig.json Loading commit data...