mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(config) save: json -> jonny
This commit is contained in:
parent
8cb0a95695
commit
677553f5f0
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@
|
|||
}
|
||||
|
||||
function save(callback) {
|
||||
var data = json.stringify(config, 0, 4);
|
||||
var data = jonny.stringify(config, 0, 4);
|
||||
|
||||
check(arguments, ['callback']);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue