Skip to content

Commit

Permalink
Update changelog.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Piras314 authored Jun 15, 2024
1 parent 68ae39f commit b905f05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/changelog/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ async function main() {
time: time,
};

console.log('entry (line 63): ${entry}');
console.log('entry (line 63): ', entry);

// Write changelogs
writeChangelog(entry);
Expand Down Expand Up @@ -142,7 +142,7 @@ function writeChangelog(entry) {
data = yaml.load(file);
}

console.log('entry (line 145): ${entry}');
console.log('entry (line 145): ', entry);

data.Entries.push(entry);

Expand Down

0 comments on commit b905f05

Please sign in to comment.