mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 01:01:36 +00:00
refactor: rename to openclaw
This commit is contained in:
@@ -42,7 +42,7 @@ export function screenRecordTempPath(opts: { ext: string; tmpDir?: string; id?:
|
||||
const tmpDir = opts.tmpDir ?? os.tmpdir();
|
||||
const id = opts.id ?? randomUUID();
|
||||
const ext = opts.ext.startsWith(".") ? opts.ext : `.${opts.ext}`;
|
||||
return path.join(tmpDir, `moltbot-screen-record-${id}${ext}`);
|
||||
return path.join(tmpDir, `openclaw-screen-record-${id}${ext}`);
|
||||
}
|
||||
|
||||
export async function writeScreenRecordToFile(filePath: string, base64: string) {
|
||||
|
||||
Reference in New Issue
Block a user