Update oputil_config.js

This commit is contained in:
Carl Roman Hultay
2024-11-29 07:04:59 -05:00
committed by GitHub
parent 54a423b0d5
commit 375674fbdf

View File

@@ -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) {