Browser/Logging: share default openclaw tmp dir resolver
This commit is contained in:
@@ -57,7 +57,10 @@ export function registerBrowserFilesAndDownloadsCommands(
|
||||
browser
|
||||
.command("waitfordownload")
|
||||
.description("Wait for the next download (and save it)")
|
||||
.argument("[path]", "Save path (default: os.tmpdir()/openclaw/downloads/...)")
|
||||
.argument(
|
||||
"[path]",
|
||||
"Save path (default: /tmp/openclaw/downloads/...; fallback: os.tmpdir()/openclaw/downloads/...)",
|
||||
)
|
||||
.option("--target-id <id>", "CDP target id (or unique prefix)")
|
||||
.option(
|
||||
"--timeout-ms <ms>",
|
||||
|
||||
Reference in New Issue
Block a user