Fix screenshots and continue implementing phantomas v2
This commit is contained in:
@@ -114,7 +114,7 @@ var ApiController = function(app) {
|
||||
if (screenshotBuffer) {
|
||||
debug('Image optimized');
|
||||
data.screenshotBuffer = screenshotBuffer;
|
||||
data.screenshotUrl = '/api/results/' + data.runId + '/screenshot.jpg'
|
||||
data.screenshotUrl = '/api/results/' + data.runId + '/screenshot.jpg';
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user