Fix crash
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ var yellowLabTools = function(url, options) {
|
||||
delete data.params.options.screenshot;
|
||||
|
||||
// TODO: temporarily set all screenshot sizes to 600px, until we find a solution
|
||||
ScreenshotHandler.findAndOptimizeScreenshot(600);
|
||||
ScreenshotHandler.findAndOptimizeScreenshot(600)
|
||||
|
||||
.then(function(screenshotBuffer) {
|
||||
debug('Screenshot optimized, now saving...');
|
||||
|
||||
Reference in New Issue
Block a user