|
@@ -88,7 +88,7 @@ module.exports =
|
|
|
/******/ __webpack_require__.p = "";
|
|
|
/******/
|
|
|
/******/ // Load entry module and return exports
|
|
|
-/******/ return __webpack_require__(__webpack_require__.s = 88);
|
|
|
+/******/ return __webpack_require__(__webpack_require__.s = 87);
|
|
|
/******/ })
|
|
|
/************************************************************************/
|
|
|
/******/ ([
|
|
@@ -4269,7 +4269,7 @@ exports.SingleNodeCallControllerTemplate = SingleNodeCallControllerTemplate;
|
|
|
"use strict";
|
|
|
|
|
|
function ConsoleOutputDisableExpressionTemplate() {
|
|
|
- return "\n var {consoleLogDisableFunctionName} = {singleNodeCallControllerFunctionName}(this, function () {\n var getGlobal = Function('return (function() ' + '{}.constructor(\"return this\")( )' + ');');\n \n var func = function () {};\n var that = getGlobal();\n \n that.console.log = func; \n that.console.error = func;\n that.console.warn = func;\n that.console.info = func;\n });\n \n {consoleLogDisableFunctionName}();\n ";
|
|
|
+ return "\n var {consoleLogDisableFunctionName} = {singleNodeCallControllerFunctionName}(this, function () {\n var getGlobal = Function('return (function() ' + '{}.constructor(\"return this\")( )' + ');');\n \n var func = function () {};\n var that = getGlobal();\n \n that.console = (function (func){ \n var c = {}; \n \n c.log = c.warn = c.debug = c.info = c.error = c.exception = c.trace = func; \n \n return c; \n })(func);\n });\n \n {consoleLogDisableFunctionName}();\n ";
|
|
|
}
|
|
|
exports.ConsoleOutputDisableExpressionTemplate = ConsoleOutputDisableExpressionTemplate;
|
|
|
|
|
@@ -4460,8 +4460,7 @@ module.exports = require("fs");
|
|
|
module.exports = require("mkdirp");
|
|
|
|
|
|
/***/ },
|
|
|
-/* 87 */,
|
|
|
-/* 88 */
|
|
|
+/* 87 */
|
|
|
/***/ function(module, exports, __webpack_require__) {
|
|
|
|
|
|
"use strict";
|