]> BookStack Code Mirror - bookstack/blobdiff - dev/licensing/gen-js-licenses
Customization: Added parent tag classes
[bookstack] / dev / licensing / gen-js-licenses
index dfb2f6651b0bba868d5e690aec78affe50441c4a..191a16f302fa12e39e815108c606173378ea1876 100644 (file)
@@ -22,7 +22,7 @@ $licenseInfo = implode($outputSeparator, $packageOutput) . "\n";
 file_put_contents($outputPath, $licenseInfo);
 
 echo "License information written to {$outputPath}\n";
-echo implode("\n", getWarnings());
+echo implode("\n", getWarnings()) . "\n";
 
 function packageToOutput(string $packagePath): string
 {