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