chore: cloudcmd: actions: lint ☘️

This commit is contained in:
coderaiser 2025-09-17 20:17:02 +00:00
parent 2a8109f090
commit 543e08a837

View file

@ -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) {