webfast 0.1.25 → 0.1.28

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +6 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -244,4 +244,10 @@ module.exports = function () {
244
244
 
245
245
  // Run program fetch
246
246
  program.modules.fetch(`modules`,program);
247
+ }
248
+
249
+ if (process.env.log == undefined) {
250
+ console.log = function() {
251
+
252
+ }
247
253
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webfast",
3
- "version": "0.1.25",
3
+ "version": "0.1.28",
4
4
  "description": "WebFast! Bot Application, including TON mini-apps",
5
5
  "main": "index.js",
6
6
  "repository": {