Remove force from git checkout & unselect version if checkout fails (#248)

#247
This commit is contained in:
Will Chen
2025-05-26 11:35:36 -07:00
committed by GitHub
parent dbe95dafc4
commit 2bb8902b08
2 changed files with 6 additions and 2 deletions

View File

@@ -225,7 +225,6 @@ export function registerVersionHandlers() {
fs,
dir: appPath,
ref: versionId,
force: true,
});
});
},