mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-03-21 23:33:07 +00:00
fix: Improve error handling and validation across multiple services
This commit is contained in:
@@ -519,7 +519,8 @@ export class PipelineOrchestrator {
|
||||
targetBranch || 'main',
|
||||
{
|
||||
deleteWorktreeAndBranch: false,
|
||||
}
|
||||
},
|
||||
this.eventBus.getUnderlyingEmitter()
|
||||
);
|
||||
|
||||
if (!result.success) {
|
||||
|
||||
Reference in New Issue
Block a user