Gaël Métais преди 4 години
родител
ревизия
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...');