@vuu-ui/vuu-data-remote 0.8.25-debug → 0.8.26-debug

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/cjs/index.js CHANGED
@@ -2790,9 +2790,10 @@ var connectToServer = async ({
2790
2790
  retryLimitStartup
2791
2791
  });
2792
2792
  resolveServer(serverAPI2);
2793
+ return "connected";
2793
2794
  } catch (err) {
2794
- console.error("Connection Error", err);
2795
2795
  rejectServer(err);
2796
+ return "rejected";
2796
2797
  }
2797
2798
  };
2798
2799
  var makeRpcCall = async (rpcRequest) => {