mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-03-19 10:43:08 +00:00
fix: Standardize event name and import path
This commit is contained in:
@@ -98,7 +98,7 @@ export function createRebaseHandler(events: EventEmitter) {
|
||||
});
|
||||
} else {
|
||||
// Emit failure event for non-conflict failures
|
||||
events.emit('rebase:failed', {
|
||||
events.emit('rebase:failure', {
|
||||
worktreePath: resolvedWorktreePath,
|
||||
branch: result.branch,
|
||||
ontoBranch: result.ontoBranch,
|
||||
|
||||
Reference in New Issue
Block a user