Right now in our Result type https://github.com/polywrap/javascript-client/blob/origin-dev/packages/result/src/Result.ts; error might be undefined, even tho ok is false; it should not be undefined because it makes sense that when the ok is not false, we get an error
Right now in our
Resulttype https://github.com/polywrap/javascript-client/blob/origin-dev/packages/result/src/Result.ts;errormight be undefined, even tho ok isfalse; it should not be undefined because it makes sense that when the ok is not false, we get an error