Update oputil_config.js
This commit is contained in:
committed by
GitHub
parent
54a423b0d5
commit
375674fbdf
@@ -297,6 +297,14 @@ function catCurrentConfig() {
|
||||
keepWsc: false === argv.comments ? false : true,
|
||||
});
|
||||
|
||||
if (argv.meow) {
|
||||
console.info(
|
||||
` /\\_/\\
|
||||
( o.o )
|
||||
> ^ < ... mrow...`);
|
||||
return;
|
||||
}
|
||||
|
||||
console.log(hjson.stringify(config, hjsonOpts));
|
||||
} catch (e) {
|
||||
if ('ENOENT' == e.code) {
|
||||
|
||||
Reference in New Issue
Block a user