mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 12:56:01 -06:00
fix(parallels): preserve saved macOS snapshot sessions (#129788)
This commit is contained in:
committed by
GitHub
parent
6f2409b680
commit
9e8144e8d4
@@ -652,7 +652,7 @@ exec node "$entry" ${argv}`,
|
||||
for (let attempt = 1; attempt <= 2; attempt++) {
|
||||
const result = run(
|
||||
"prlctl",
|
||||
["snapshot-switch", this.options.vmName, "--id", this.snapshot.id, "--skip-resume"],
|
||||
["snapshot-switch", this.options.vmName, "--id", this.snapshot.id],
|
||||
{ check: false, quiet: true, timeoutMs: this.remainingPhaseTimeoutMs(360_000) },
|
||||
);
|
||||
this.log(result.stdout);
|
||||
|
||||
Reference in New Issue
Block a user