We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94bce97 commit 9292152Copy full SHA for 9292152
lib/server.js
@@ -178,7 +178,7 @@ exports.Server = function Server(bsClient, workers) {
178
if (worker) {
179
bsClient.takeScreenshot(worker.id, function(error, screenshot) {
180
if (!error && screenshot.url) {
181
- logger.info('[%s] Screenshot: %s', worker.string, screenshot.url);
+ logger.info('[%s] ' + chalk['yellow']('Screenshot') + ': %s', worker.string, screenshot.url);
182
}
183
184
bsClient.terminateWorker(worker.id, function() {
0 commit comments