mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 17:04:16 +00:00
feature(package) putout v4.0.0
This commit is contained in:
parent
f20c7b15a4
commit
d6674aed3e
6 changed files with 8 additions and 11 deletions
|
|
@ -314,7 +314,7 @@ function _processFiles(options, data) {
|
|||
if (!names.length)
|
||||
names.push(DOM.getCurrentName());
|
||||
|
||||
const name = names[0];
|
||||
const [name] = names;
|
||||
|
||||
const sameName = DOM.getCurrentByName(name, panel);
|
||||
|
||||
|
|
@ -444,7 +444,7 @@ function twopack(operation, type) {
|
|||
|
||||
function message(msg, to, names) {
|
||||
const n = names.length;
|
||||
const name = names[0];
|
||||
const [name] = names;
|
||||
|
||||
msg += ' ';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue