From bc4728a1565029e545f13beaf77f09ab01130837 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Mon, 22 Jun 2026 06:22:57 -0500 Subject: [PATCH] fix(mobile): save missed on commit this is for the errors and the file didnt save or show saved before last commit ref #32 ref #31 --- lstMobile/src/lib/tcpScan.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lstMobile/src/lib/tcpScan.ts b/lstMobile/src/lib/tcpScan.ts index 8727059..5797a28 100644 --- a/lstMobile/src/lib/tcpScan.ts +++ b/lstMobile/src/lib/tcpScan.ts @@ -37,6 +37,12 @@ const ERROR_KEYWORDS = [ "not possible", "forbidden", "loading not", + "not", + "error", + "already", + "double", + "no", + "bad", ]; // function parseErpResponse(buffer: Buffer) {