From a024dcdb61dda96f25e9c4cce62e0a28c78ccf68 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 9 Dec 2021 12:21:33 +0000 Subject: [PATCH] chore(cloudcmd) lint using actions --- client/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client.js b/client/client.js index e01d47a6..09777785 100644 --- a/client/client.js +++ b/client/client.js @@ -41,7 +41,7 @@ function CloudCmdProto(DOM) { let Listeners; const log = (...a) => { - if (!isDev ) + if (!isDev) return; console.log(...a);