Commit 923037ba94e132a9435601420b963e89540a167e
1 parent
90830846
Exists in
master
and in
1 other branch
Test in video and subtitle endpoint
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
server.js
... | ... | @@ -194,7 +194,7 @@ app.post('/api', function(req, res){ |
194 | 194 | /* Executa a linha de comando */ |
195 | 195 | child = exec(command_line, function(err, stdout, stderr) { |
196 | 196 | // [stdout] = vlibras-core output |
197 | - // console.log(stdout); | |
197 | + console.log(stdout); | |
198 | 198 | }); |
199 | 199 | |
200 | 200 | /* Listener que dispara quando a requisição ao core finaliza */ | ... | ... |