Prefix robot progress state output with "progress" (#367)

This makes it a bit easier to determine if a `stdout` line is a progress
state or not, rather than checking for both `write` or `check`.

Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
This commit is contained in:
Juan Cruz Viotti 2016-04-26 12:30:06 -04:00
parent 1dbe707700
commit ccae6bf783

View File

@ -63,6 +63,7 @@ form.run([
if (options.robot) {
console.log([
'progress',
state.type,
Math.floor(state.percentage) + '%',
state.eta + 's',