rechrome 1.10.0 → 1.10.1
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/package.json +1 -1
- package/rech.js +0 -1
- package/rech.ts +0 -1
package/package.json
CHANGED
package/rech.js
CHANGED
|
@@ -557,7 +557,6 @@ async function setup(opts: { profile?: string } = {}): Promise<void> {
|
|
|
557
557
|
}).catch(() => null) : null;
|
|
558
558
|
if (anonPing && authPing?.ok) {
|
|
559
559
|
console.log(` Already running at ${protocol}://${host}:${port} — skipping reinstall`);
|
|
560
|
-
await runOxmgr(["service", "install"]);
|
|
561
560
|
} else if (anonPing && !authPing?.ok) {
|
|
562
561
|
console.log(` Server running but key mismatch — reinstalling with new key`);
|
|
563
562
|
await daemonInstall(url);
|
package/rech.ts
CHANGED
|
@@ -557,7 +557,6 @@ async function setup(opts: { profile?: string } = {}): Promise<void> {
|
|
|
557
557
|
}).catch(() => null) : null;
|
|
558
558
|
if (anonPing && authPing?.ok) {
|
|
559
559
|
console.log(` Already running at ${protocol}://${host}:${port} — skipping reinstall`);
|
|
560
|
-
await runOxmgr(["service", "install"]);
|
|
561
560
|
} else if (anonPing && !authPing?.ok) {
|
|
562
561
|
console.log(` Server running but key mismatch — reinstalling with new key`);
|
|
563
562
|
await daemonInstall(url);
|