mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-23 21:01:15 +00:00
refactor(cli): privatize internal exports (#106848)
This commit is contained in:
committed by
GitHub
parent
710d1eb443
commit
e69df7ef22
@@ -21,10 +21,11 @@ import {
|
||||
forceFreePort,
|
||||
forceFreePortAndWait,
|
||||
listPortListeners,
|
||||
type PortProcess,
|
||||
parseLsofOutput,
|
||||
} from "./ports.js";
|
||||
|
||||
type PortProcess = ReturnType<typeof forceFreePort>[number];
|
||||
|
||||
describe("gateway --force helpers", () => {
|
||||
let originalKill: typeof process.kill;
|
||||
let originalPlatform: NodeJS.Platform;
|
||||
|
||||
Reference in New Issue
Block a user