mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(edit-names) rm unused arguments
This commit is contained in:
parent
a117867307
commit
e7feb83f76
1 changed files with 2 additions and 3 deletions
|
|
@ -30,8 +30,7 @@ const ConfigView = {
|
|||
module.exports.init = async () => {
|
||||
await CloudCmd.Edit();
|
||||
|
||||
const editor = CloudCmd.Edit.getEditor();
|
||||
setListeners(editor);
|
||||
setListeners();
|
||||
};
|
||||
|
||||
module.exports.show = (options) => {
|
||||
|
|
@ -216,6 +215,6 @@ async function isChanged() {
|
|||
return;
|
||||
|
||||
const [, names] = await Dialog.confirm(msg);
|
||||
names && applyNames(names);
|
||||
names && applyNames();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue