Файловый менеджер - Редактировать - /home/clickysoft/public_html/securebeans.clickysoft.net/node_modules/enhanced-resolve/lib/createInnerContext.js
Назад
/* MIT License http://www.opensource.org/licenses/mit-license.php Author Tobias Koppers @sokra */ "use strict"; module.exports = function createInnerContext( options, message, messageOptional ) { let messageReported = false; let innerLog = undefined; if (options.log) { if (message) { innerLog = msg => { if (!messageReported) { options.log(message); messageReported = true; } options.log(" " + msg); }; } else { innerLog = options.log; } } const childContext = { log: innerLog, fileDependencies: options.fileDependencies, contextDependencies: options.contextDependencies, missingDependencies: options.missingDependencies, stack: options.stack }; return childContext; };
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка