@mod-computer/cli 0.2.2 → 0.2.3
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/dist/cli.bundle.js +1 -4
- package/dist/cli.bundle.js.map +2 -2
- package/package.json +1 -1
package/dist/cli.bundle.js
CHANGED
|
@@ -20977,10 +20977,7 @@ var repo = async (options) => {
|
|
|
20977
20977
|
if (repoInstance)
|
|
20978
20978
|
return repoInstance;
|
|
20979
20979
|
const wsUrl = (options == null ? void 0 : options.syncServerUrl) ?? resolveAutomergeWsUrl();
|
|
20980
|
-
isAutomergeSyncAvailable(wsUrl, { timeoutMs: 2e3 }).then((
|
|
20981
|
-
if (!syncAvailable) {
|
|
20982
|
-
console.log(`[mod-core] Sync server not reachable (will retry in background)`);
|
|
20983
|
-
}
|
|
20980
|
+
isAutomergeSyncAvailable(wsUrl, { timeoutMs: 2e3 }).then((_syncAvailable) => {
|
|
20984
20981
|
});
|
|
20985
20982
|
const networkAdapters = [
|
|
20986
20983
|
new WebSocketClientAdapter(wsUrl)
|