Skip to content

Commit 9292152

Browse files
committed
highlight screenshot log on failure
1 parent 94bce97 commit 9292152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ exports.Server = function Server(bsClient, workers) {
178178
if (worker) {
179179
bsClient.takeScreenshot(worker.id, function(error, screenshot) {
180180
if (!error && screenshot.url) {
181-
logger.info('[%s] Screenshot: %s', worker.string, screenshot.url);
181+
logger.info('[%s] ' + chalk['yellow']('Screenshot') + ': %s', worker.string, screenshot.url);
182182
}
183183

184184
bsClient.terminateWorker(worker.id, function() {

0 commit comments

Comments
 (0)