fix: Removed unused var in reconfigure script
This commit is contained in:
parent
314bec1a00
commit
a27ec2f4da
1 changed files with 0 additions and 1 deletions
|
@ -398,7 +398,6 @@ function globalChangelog() {
|
||||||
* Generates the changelog data for a package
|
* Generates the changelog data for a package
|
||||||
*/
|
*/
|
||||||
function packageChangelog(pkgName) {
|
function packageChangelog(pkgName) {
|
||||||
let log = {}
|
|
||||||
let version
|
let version
|
||||||
let markup = ''
|
let markup = ''
|
||||||
for (let v in repo.changelog) {
|
for (let v in repo.changelog) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue