**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