[Issue 167] Fix PR issue from Ivam Smolin
This commit is contained in:
parent
b2e8152adb
commit
2a9d8e96e3
|
|
@ -21,7 +21,7 @@
|
|||
$json = array_merge($baseJson, json_decode($jsonFile, true));
|
||||
|
||||
if ($json == null) {
|
||||
echo "JSON is not valid\n";
|
||||
echo "Invalid JSON format\n";
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue