mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:10:49 +00:00
refactor: trim provider internal exports
This commit is contained in:
@@ -53,7 +53,7 @@ export function execAz(args: string[]): string {
|
||||
);
|
||||
}
|
||||
|
||||
export async function execAzAsync(args: string[]): Promise<string> {
|
||||
async function execAzAsync(args: string[]): Promise<string> {
|
||||
return await new Promise<string>((resolve, reject) => {
|
||||
execFile(
|
||||
"az",
|
||||
|
||||
Reference in New Issue
Block a user