mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-04 09:13:08 +00:00
fix(electron): correct IPC handler closure in main.js
- Fixed the closure of the IPC handler in main.js to ensure proper function execution.
This commit is contained in:
@@ -657,7 +657,7 @@ ipcMain.handle(
|
|||||||
return { success: false, error: error.message };
|
return { success: false, error: error.message };
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
);
|
||||||
|
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
// Claude CLI Detection IPC Handlers
|
// Claude CLI Detection IPC Handlers
|
||||||
|
|||||||
Reference in New Issue
Block a user