File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1354,11 +1354,11 @@ private function attach_stale_lock_recommendation( array $result ): array {
13541354 }
13551355
13561356 $ result ['stale_lock_summary ' ] = array (
1357- 'stale_database_locks ' => (int ) ( $ report ['database_count ' ] ?? 0 ),
1358- 'stale_filesystem_locks ' => (int ) ( $ report ['filesystem_count ' ] ?? 0 ),
1359- 'active_protected_locks ' => $ protected ,
1360- 'preview_command ' => (string ) ( $ report ['preview_command ' ] ?? 'wp datamachine-code workspace worktree locks --prune-stale --dry-run --format=json ' ),
1361- 'prune_command ' => (string ) ( $ report ['apply_command ' ] ?? 'wp datamachine-code workspace worktree locks --prune-stale --format=json ' ),
1357+ 'stale_database_locks ' => (int ) ( $ report ['database_count ' ] ?? 0 ),
1358+ 'stale_filesystem_locks ' => (int ) ( $ report ['filesystem_count ' ] ?? 0 ),
1359+ 'active_protected_locks ' => $ protected ,
1360+ 'preview_command ' => (string ) ( $ report ['preview_command ' ] ?? 'wp datamachine-code workspace worktree locks --prune-stale --dry-run --format=json ' ),
1361+ 'prune_command ' => (string ) ( $ report ['apply_command ' ] ?? 'wp datamachine-code workspace worktree locks --prune-stale --format=json ' ),
13621362 );
13631363
13641364 if ( 0 === $ protected ) {
You can’t perform that action at this time.
0 commit comments