1
0
Fork 0

fix: Removed unused var in reconfigure script

This commit is contained in:
joostdecock 2022-12-18 09:39:16 +01:00
parent 314bec1a00
commit a27ec2f4da

View file

@ -398,7 +398,6 @@ function globalChangelog() {
* Generates the changelog data for a package
*/
function packageChangelog(pkgName) {
let log = {}
let version
let markup = ''
for (let v in repo.changelog) {