- Prefijo v2: MCH - TRACEABILITY-MASTER.yml creado - Listo para integracion como submodulo Workspace: v2.0.0 | SIMCO: v4.0.0
8 lines
281 B
JavaScript
8 lines
281 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.pluginDebugLogger = void 0;
|
|
const common_1 = require("@nestjs/common");
|
|
class PluginDebugLogger extends common_1.ConsoleLogger {
|
|
}
|
|
exports.pluginDebugLogger = new PluginDebugLogger('CLI Plugin');
|