Commit 2c8cac5e8dba02b5e725276e170319b9ad3f9fd5
1 parent
fd8bcaec
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
... | ... | @@ -82,6 +82,8 @@ app.post('/api', function(req, res){ |
82 | 82 | req.files.video.name + ' 1 ' + parameters.getPosition(req.query.posicao) + ' ' + parameters.getSize(req.query.tamanho) + ' ' + |
83 | 83 | parameters.getTransparency(req.query.transparencia) + ' ' + ID_FROM_BD; |
84 | 84 | |
85 | + console.log(command_line); | |
86 | + | |
85 | 87 | /* Executa a linha de comando */ |
86 | 88 | child = exec(command_line, function(err, stdout, stderr) { |
87 | 89 | // [stdout] = vlibras-core output | ... | ... |