Commit 923037ba94e132a9435601420b963e89540a167e

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

Test in video and subtitle endpoint

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -194,7 +194,7 @@ app.post('/api', function(req, res){ @@ -194,7 +194,7 @@ app.post('/api', function(req, res){
194 /* Executa a linha de comando */ 194 /* Executa a linha de comando */
195 child = exec(command_line, function(err, stdout, stderr) { 195 child = exec(command_line, function(err, stdout, stderr) {
196 // [stdout] = vlibras-core output 196 // [stdout] = vlibras-core output
197 - // console.log(stdout); 197 + console.log(stdout);
198 }); 198 });
199 199
200 /* Listener que dispara quando a requisição ao core finaliza */ 200 /* Listener que dispara quando a requisição ao core finaliza */