Gaël Métais 4 gadi atpakaļ
vecāks
revīzija
ac37ebb4e2
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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...');