mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-03-18 22:33:08 +00:00
Comprehensive set of mobile and all improvements phase 1
This commit is contained in:
@@ -2572,8 +2572,8 @@ function createMockWorktreeAPI(): WorktreeAPI {
|
||||
};
|
||||
},
|
||||
|
||||
discardChanges: async (worktreePath: string) => {
|
||||
console.log('[Mock] Discarding changes:', { worktreePath });
|
||||
discardChanges: async (worktreePath: string, files?: string[]) => {
|
||||
console.log('[Mock] Discarding changes:', { worktreePath, files });
|
||||
return {
|
||||
success: true,
|
||||
result: {
|
||||
|
||||
Reference in New Issue
Block a user