5htp-core 0.3.3-2 → 0.3.3-3

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "5htp-core",
3
3
  "description": "Convenient TypeScript framework designed for Performance and Productivity.",
4
- "version": "0.3.3-2",
4
+ "version": "0.3.3-3",
5
5
  "author": "Gaetan Le Gac (https://github.com/gaetanlegac)",
6
6
  "repository": "git://github.com/gaetanlegac/5htp-core.git",
7
7
  "license": "MIT",
@@ -169,6 +169,8 @@ export default class Console extends Service<Config, Hooks, Application, Service
169
169
  }
170
170
  });
171
171
 
172
+ return;
173
+
172
174
  if (console["_wrapped"] !== undefined)
173
175
  return;
174
176