Skip to content

Commit 557a094

Browse files
author
Jose Constela
committed
Inproved progress logging
1 parent a9650ef commit 557a094

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

services/agent.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ const execute = (socket, topic, req) => {
6262

6363
// Execute the command in a child process so that stds can be monitored
6464
let cwd = genTmpFolder(req.execution)
65+
66+
report.progress(socket, req, [{m: `$ ${command} ${parameters.join(' ')}`}])
67+
6568
let sp = spawn(command, parameters, { cwd })
6669

6770
// Report stdout

0 commit comments

Comments
 (0)