mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-02 08:33:36 +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 };
|
||||
}
|
||||
}
|
||||
});
|
||||
);
|
||||
|
||||
// ============================================================================
|
||||
// Claude CLI Detection IPC Handlers
|
||||
|
||||
Reference in New Issue
Block a user