Commit 1dab77c330913d0daf14a3cb4dfcc4ae9e4efc02

Authored by dhuy
1 parent 3b97dc0c
Exists in master and in 1 other branch devel

Minor modification

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
@@ -77,6 +77,8 @@ app.post('/api', function(req, res){ @@ -77,6 +77,8 @@ app.post('/api', function(req, res){
77 req.files.video.name + ' 1 ' + parameters.getPosition(req.query.posicao) + ' ' + parameters.getSize(req.query.tamanho) + ' ' + 77 req.files.video.name + ' 1 ' + parameters.getPosition(req.query.posicao) + ' ' + parameters.getSize(req.query.tamanho) + ' ' +
78 parameters.getTransparency(req.query.transparencia) + ' ' + ID_FROM_BD; 78 parameters.getTransparency(req.query.transparencia) + ' ' + ID_FROM_BD;
79 79
  80 + console.log(command_line);
  81 +
80 /* Executa a linha de comando */ 82 /* Executa a linha de comando */
81 child = exec(command_line, function(err, stdout, stderr) { 83 child = exec(command_line, function(err, stdout, stderr) {
82 // [stdout] = vlibras-core output 84 // [stdout] = vlibras-core output