From ddf6fccda63b9476be16a444665f1ac7adf3072e Mon Sep 17 00:00:00 2001 From: Lior Date: Tue, 26 May 2026 11:03:25 -0400 Subject: [PATCH] revert: restore .cursor/bin/riven-loop-tick.ts --- .cursor/bin/riven-loop-tick.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.cursor/bin/riven-loop-tick.ts b/.cursor/bin/riven-loop-tick.ts index 50a9886f00..4aaccb8778 100644 --- a/.cursor/bin/riven-loop-tick.ts +++ b/.cursor/bin/riven-loop-tick.ts @@ -71,7 +71,8 @@ function resolveAgentBin(): string | null { } function lines(text: string): string[] { - return text.split(/\r?\n/).map(l => l.trim()).filter(l => l.length > 0); + return text.split(/ ? +/).map(l => l.trim()).filter(l => l.length > 0); } function acquireLock(): boolean {