We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823b81a commit 4b5994dCopy full SHA for 4b5994d
src/BrowsershotLambda.php
@@ -31,6 +31,7 @@ protected function callBrowser(array $command): string
31
32
if ($path) {
33
file_put_contents($path, base64_decode($response->body()));
34
+
35
return $path;
36
} else {
37
return $response->body();
0 commit comments