From 24b5bcf9f2603ee5fce04c17e9e18321345d3eb6 Mon Sep 17 00:00:00 2001 From: Louis Beaumont Date: Mon, 6 Jan 2025 17:11:37 -0800 Subject: [PATCH] fix: tiny log issue --- screenpipe-core/src/pipes.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/screenpipe-core/src/pipes.rs b/screenpipe-core/src/pipes.rs index f6eb25791..98cfad19d 100644 --- a/screenpipe-core/src/pipes.rs +++ b/screenpipe-core/src/pipes.rs @@ -320,6 +320,7 @@ mod pipes { "See instructions", "https://nextjs.org", "⚠ See instructions", + "$ next start", ]; if info_patterns.iter().any(|pattern| line.contains(pattern))