utn-cli 2.0.51 → 2.0.52
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/commands/frontend.js +0 -12
- package/package.json +1 -1
package/commands/frontend.js
CHANGED
|
@@ -219,18 +219,6 @@ function personalizarComponenteFrontend(contenido, tableInfo, nombreServicioLowe
|
|
|
219
219
|
return contenido;
|
|
220
220
|
}
|
|
221
221
|
|
|
222
|
-
console.log('Tarjeta agregada exitosamente.');
|
|
223
|
-
} else {
|
|
224
|
-
console.error('No se encontró un </div> de cierre en el HTML del contenedor principal.');
|
|
225
|
-
}
|
|
226
|
-
} else {
|
|
227
|
-
console.error(`No se encontró el archivo HTML en: ${rutaHtml}`);
|
|
228
|
-
}
|
|
229
|
-
if (opciones.cerrarAlFinalizar) {
|
|
230
|
-
closeReadLine();
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
|
|
234
222
|
export function showFrontendVersion() {
|
|
235
223
|
mostrarVersion(path.join(__dirname, '../package.json'));
|
|
236
224
|
closeReadLine();
|