fix: Standardize event name and import path

This commit is contained in:
gsxdsm
2026-02-18 11:21:43 -08:00
parent 5c441f2313
commit 6903d3c508
2 changed files with 2 additions and 2 deletions

View File

@@ -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,