bitloops-language icon indicating copy to clipboard operation
bitloops-language copied to clipboard

ifError with error handling is not transpiling sometimes

Open giorgosnty opened this issue 2 years ago • 0 comments

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

giorgosnty avatar Jul 05 '23 08:07 giorgosnty