Commit 48bde1f0fcf8659aae03455674e0787c1cb5fb56

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

Minor fix in support of callback

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
server.js
... ... @@ -123,7 +123,7 @@ app.post('/api', function(req, res){
123 123 /* Executa a linha de comando */
124 124 child = exec(command_line, function(err, stdout, stderr) {
125 125 // [stdout] = vlibras-core output
126   - // console.log(stdout);
  126 + console.log(stdout);
127 127 });
128 128  
129 129 if (req.body.callback === undefined) {
... ...