From a0177a2d4caa7391daa839f977eafe1a17fe83bf Mon Sep 17 00:00:00 2001 From: Mim Date: Mon, 6 Jul 2026 15:24:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=20"=D0=BD=D0=B5=D0=BE=D0=B6=D0=B8=D0=B4?= =?UTF-8?q?=D0=B0=D0=BD=D0=BD=D1=83=D1=8E=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA?= =?UTF-8?q?=D1=83"=20=D0=B2=D0=BA=D0=BB=D1=8E=D1=87=D0=B5=D0=BD=20=D0=B5?= =?UTF-8?q?=D1=91=20=D1=82=D0=B5=D0=BA=D1=81=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/out_queue_processor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/out_queue_processor.js b/core/out_queue_processor.js index e2e5de0..3ac4260 100644 --- a/core/out_queue_processor.js +++ b/core/out_queue_processor.js @@ -394,7 +394,7 @@ const appProcess = async prms => { } } catch (e) { //Прекращаем исполнение если были ошибки - let sError = "Неожиданная ошибка удалённого сервиса"; + let sError = `Неожиданная ошибка удалённого сервиса: ${e.message}`; if (e.error) { let sSubError = e.error.code || e.error; sError = `Ошибка передачи данных: ${sSubError}`;