mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 19:18:26 +00:00
chore: Fix type errors from reverts.
This commit is contained in:
@@ -88,7 +88,8 @@ export async function handlePortError(
|
||||
logDebug(`stderr: ${stderr.trim()}`);
|
||||
}
|
||||
}
|
||||
return runtime.exit(1);
|
||||
runtime.exit(1);
|
||||
throw new Error("unreachable");
|
||||
}
|
||||
|
||||
export { PortInUseError };
|
||||
|
||||
Reference in New Issue
Block a user