From 0d2a9daeb30ad335e663d851ad95e7d4c7c0722d Mon Sep 17 00:00:00 2001 From: Ivan Shumkov Date: Fri, 20 Sep 2024 19:56:25 +0300 Subject: [PATCH] fix(dashmate): colors[updated] is not a function --- packages/dashmate/src/update/updateNodeFactory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dashmate/src/update/updateNodeFactory.js b/packages/dashmate/src/update/updateNodeFactory.js index 13cf1ef83c2..0f50d44acbc 100644 --- a/packages/dashmate/src/update/updateNodeFactory.js +++ b/packages/dashmate/src/update/updateNodeFactory.js @@ -31,7 +31,7 @@ export default function updateNodeFactory(getServiceList, docker) { name, title, image, updated: 'error', }); } else { - let updated = null; + let updated = 'error'; stream.on('data', (data) => { // parse all stdout and gather Status message