Gaël Métais 4 лет назад
Родитель
Сommit
ac37ebb4e2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lib/index.js

+ 1 - 1
lib/index.js

@@ -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...');