mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore: cloudcmd: actions: lint ☘️
This commit is contained in:
parent
2a8109f090
commit
543e08a837
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue