webfast 0.1.25 → 0.1.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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": {