Skip to content

Commit

Permalink
Update oputil_config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
crhultay authored Nov 29, 2024
1 parent 54a423b commit 375674f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions core/oputil/oputil_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 375674f

Please sign in to comment.