We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66e7d1e commit d4d6b00Copy full SHA for d4d6b00
src/index.php
@@ -399,7 +399,7 @@ function downloadBatch(array $urls) {
399
];
400
}
401
header("Content-Type: application/json");
402
- die(json_encode($info));
+ die(json_encode($info, JSON_UNESCAPED_SLASHES));
403
404
$[end]$
405
@@ -531,7 +531,7 @@ function downloadBatch(array $urls) {
531
"hash_${{`process.env.HASH_ALGO`}}$" => ${{`process.env.HASH === "true" ? "hash_file('"+process.env.HASH_ALGO+"', $local_path)" : "null"`}}$
532
533
534
535
536
537
0 commit comments