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 345aac7 commit 50e7f03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ const App = XT.App;
//

XT.InitMeta = function () {
console.log("\n" + require.main + "\n");

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

let xtpackagepath = './package.json';
Expand Down

0 comments on commit 50e7f03

Please sign in to comment.