Skip to content

Commit

Permalink
DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
dacoffey committed Aug 8, 2021
1 parent 50e7f03 commit bb3a786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const App = XT.App;
//

XT.InitMeta = function () {
console.log("\n" + require.main + "\n");
console.log(); console.log(require.main); console.log({ CWD: process.cwd(), DIRNAME: __dirname }); console.log();

let STRIPEMOJI = function (z) { if (!z) { return z; } else { return z.replace(require('emoji-regex')(), '~~~~').replace(/( |)~~~~( |)/g, ''); } };

Expand Down

0 comments on commit bb3a786

Please sign in to comment.