UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

6 lines (5 loc) 216 B
import path from "node:path"; export function resolveNodeRunner() { const base = path.basename(process.execPath).trim().toLowerCase(); return base === "node" || base === "node.exe" ? process.execPath : "node"; }