Commit e9412f1a5a8eaaeecd262dc2f3ce0b8271feaac7
1 parent
9793ede0
Exists in
master
and in
1 other branch
Test in video and subtitle endpoint
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
server.js
... | ... | @@ -189,6 +189,8 @@ app.post('/api', function(req, res){ |
189 | 189 | ' ' + parameters.getPosition(req.query.posicao) + ' ' + parameters.getSize(req.query.tamanho) + ' ' + |
190 | 190 | parameters.getTransparency(req.query.transparencia) + ' ' + ID_FROM_BD; |
191 | 191 | |
192 | + console.log(command_line); | |
193 | + | |
192 | 194 | /* Executa a linha de comando */ |
193 | 195 | child = exec(command_line, function(err, stdout, stderr) { |
194 | 196 | // [stdout] = vlibras-core output | ... | ... |