Commit 14139f376ae4d46e0aa584b2f7bceab2d23c69a2
1 parent
3aa9411c63
Exists in
master
más console log porque no encuentro el problema
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
index.js
... | ... | @@ -34,8 +34,11 @@ function onGetFile(fileString, nameFile) { |
34 | 34 | |
35 | 35 | require('./debo/validacion')(nameFile).then(function() { |
36 | 36 | |
37 | + console.log(`se valida que no exista... ${nameFile}`); | |
38 | + | |
37 | 39 | var planex = require('./planex/index')(fileString); |
38 | 40 | |
41 | + console.log(`obtengo objeto planex de ${nameFile}`); | |
39 | 42 | // Traigo proveedor, empresa |
40 | 43 | require('./debo/relaciones')(planex, wsServer).then(function(result) { |
41 | 44 |