print config

This commit is contained in:
AJ ONeal 2018-06-13 13:52:02 -06:00
parent 7da7e4f07e
commit 1a7e519578
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ function parseConfig(err, text) {
console.info(body.message);
} else if ("CONFIG" === body.code) {
delete body.code;
YAML.safeDump(body);
console.info(YAML.safeDump(body));
} else {
console.info(JSON.stringify(body, null, 2));
}