mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(cloudcmd) lint
This commit is contained in:
parent
241efe971b
commit
5d93d5752c
4 changed files with 10 additions and 3 deletions
|
|
@ -66,7 +66,9 @@ function initConfig(options = {}) {
|
|||
|
||||
checkFn('options.afterShow', options.afterShow);
|
||||
|
||||
const afterShow = {config};
|
||||
const afterShow = {
|
||||
config,
|
||||
};
|
||||
|
||||
config.afterShow = () => {
|
||||
afterShow();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue