From 14139f376ae4d46e0aa584b2f7bceab2d23c69a2 Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Fri, 9 Aug 2019 11:00:51 -0300 Subject: [PATCH] =?UTF-8?q?m=C3=A1s=20console=20log=20porque=20no=20encuen?= =?UTF-8?q?tro=20el=20problema?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.js b/index.js index 110b5f9..f005a9b 100644 --- a/index.js +++ b/index.js @@ -34,8 +34,11 @@ function onGetFile(fileString, nameFile) { require('./debo/validacion')(nameFile).then(function() { + console.log(`se valida que no exista... ${nameFile}`); + var planex = require('./planex/index')(fileString); + console.log(`obtengo objeto planex de ${nameFile}`); // Traigo proveedor, empresa require('./debo/relaciones')(planex, wsServer).then(function(result) { -- 1.9.1