This commit is contained in:
Hexagon 2015-10-04 14:24:55 +02:00
parent 96839665e3
commit c0408a614f
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ define(
});
if (--left === 0) {
mediator.emit('info', strhosts);
mediator.emit('console:info', strhosts);
done();
}
};