Merge Request #21

Merged
Created by Eric Fernandez

Master(efernandez)

Assignee: Eric Fernandez
Milestone: None

Merged by Eric Fernandez

Commits (1)
1 participants
... ... @@ -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