Skip to content

Commit bd1ded2

Browse files
committed
Update PersistentState.php
1 parent 11f5044 commit bd1ded2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/VerifierServer/PersistentState.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ public function getToken(): string
155155
public static function loadVerifyFile(string $json_path): ?array
156156
{
157157
$json_path = getcwd() . "$json_path";
158+
echo 'Loading JSON file from ' . ($json_path) . PHP_EOL;
158159
$directory = dirname($json_path);
159160
if (!is_dir($directory)) {
160161
mkdir($directory, 0777, true);

0 commit comments

Comments
 (0)