From 543e08a8372d55c6e6845f0b38aa3ef435fc4202 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 17 Sep 2025 20:17:02 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20cloudcmd:=20actions:=20lint=20?= =?UTF-8?q?=E2=98=98=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client.js b/client/client.js index 5c547deb..df121fb6 100644 --- a/client/client.js +++ b/client/client.js @@ -151,7 +151,7 @@ function CloudCmdProto(DOM) { const [kebabModule] = query; const module = noJS(pascalCase(kebabModule.slice(1))); - const file = query[1]; + const [, file] = query; const current = DOM.getCurrentByName(file); if (file && !current) {