mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix(cloudcmd) config: save -> write (#247)
This commit is contained in:
parent
aca5ad0c4b
commit
d52fe75e43
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ function main() {
|
|||
const caller = (fn) => fn();
|
||||
|
||||
importConfig(config)
|
||||
.then(args.save ? caller(config.save) : noop)
|
||||
.then(args.save ? caller(config.write) : noop)
|
||||
.then(startWraped);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue