mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 13:18:38 +00:00
style: align formatting after rebase
This commit is contained in:
@@ -36,7 +36,8 @@ const renderGatewayPortHealthDiagnostics = vi.fn(() => ["diag: unhealthy port"])
|
||||
const renderRestartDiagnostics = vi.fn(() => ["diag: unhealthy runtime"]);
|
||||
const resolveGatewayPort = vi.fn(() => 18789);
|
||||
const findGatewayPidsOnPortSync = vi.fn<(port: number) => number[]>(() => []);
|
||||
const probeGateway = vi.fn<
|
||||
const probeGateway =
|
||||
vi.fn<
|
||||
(opts: {
|
||||
url: string;
|
||||
auth?: { token?: string; password?: string };
|
||||
|
||||
@@ -242,7 +242,8 @@ export function loadPluginManifestRegistry(params: {
|
||||
continue;
|
||||
}
|
||||
const candidateWins =
|
||||
GENUINE_DUPLICATE_RANK[candidate.origin] < GENUINE_DUPLICATE_RANK[existing.candidate.origin];
|
||||
GENUINE_DUPLICATE_RANK[candidate.origin] <
|
||||
GENUINE_DUPLICATE_RANK[existing.candidate.origin];
|
||||
const skippedCandidate = candidateWins ? existing.candidate : candidate;
|
||||
diagnostics.push({
|
||||
level: "warn",
|
||||
|
||||
Reference in New Issue
Block a user