@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/esm/index.js CHANGED
@@ -2754,9 +2754,10 @@ var connectToServer = async ({
2754
2754
  retryLimitStartup
2755
2755
  });
2756
2756
  resolveServer(serverAPI2);
2757
+ return "connected";
2757
2758
  } catch (err) {
2758
- console.error("Connection Error", err);
2759
2759
  rejectServer(err);
2760
+ return "rejected";
2760
2761
  }
2761
2762
  };
2762
2763
  var makeRpcCall = async (rpcRequest) => {