forked from mosaicstack/stack
fix(cli): disable Ink exitOnCtrlC so double-press handler runs (#188)
Co-authored-by: Jason Woltje <[email protected]> Co-committed-by: Jason Woltje <[email protected]>
This commit is contained in:
@@ -177,6 +177,7 @@ program
|
||||
agentName: agentName ?? undefined,
|
||||
projectId,
|
||||
}),
|
||||
{ exitOnCtrlC: false },
|
||||
);
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user