From 52974aa0b4f21431777b773200a57f185b4babd2 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Sat, 23 May 2026 11:22:44 -0500 Subject: [PATCH] refactor(mobile): added missing error to the scanner --- lstMobile/src/lib/tcpScan.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lstMobile/src/lib/tcpScan.ts b/lstMobile/src/lib/tcpScan.ts index 3f6d17d..bdebbdb 100644 --- a/lstMobile/src/lib/tcpScan.ts +++ b/lstMobile/src/lib/tcpScan.ts @@ -33,6 +33,7 @@ const ERROR_KEYWORDS = [ "unloaded", "delivered", "blocked", + "not possible", ]; // function parseErpResponse(buffer: Buffer) {