bitloops-language
bitloops-language copied to clipboard
ifError with error handling is not transpiling sometimes
Describe the bug Sometimes when using ifError to handle the error and do so ething it doesn't work.
To Reproduce
const result = driverAvailability.becomeAvailable().ifError((err) => return err;);
Expected behavior It should transpile