jettypod 4.4.58 → 4.4.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1885,10 +1885,10 @@ async function testsMerge(featureId) {
|
|
|
1885
1885
|
console.log('⚠️ Failed to delete branch (non-fatal):', err.message);
|
|
1886
1886
|
}
|
|
1887
1887
|
|
|
1888
|
-
//
|
|
1888
|
+
// Delete worktree record from database (cleanup complete)
|
|
1889
1889
|
await new Promise((resolve, reject) => {
|
|
1890
1890
|
db.run(
|
|
1891
|
-
`
|
|
1891
|
+
`DELETE FROM worktrees WHERE id = ?`,
|
|
1892
1892
|
[worktree.id],
|
|
1893
1893
|
(err) => {
|
|
1894
1894
|
if (err) return reject(err);
|