fix(tmux): sweep suffixed stale isolated sessions
This commit is contained in:
committed by
YeonGyu-Kim
parent
0c8e546c57
commit
8c5ca73634
@@ -1,4 +1,4 @@
|
||||
const STALE_SESSION_PATTERN = /^omo-agents-(\d+)$/
|
||||
const STALE_SESSION_PATTERN = /^omo-agents-(\d+)(?:-([A-Za-z0-9]+))?$/
|
||||
|
||||
function getErrorMessage(error: unknown): string {
|
||||
if (error instanceof Error) {
|
||||
|
||||
Reference in New Issue
Block a user