Skip to content

Commit

Permalink
Change version logging text
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalis0itu committed Oct 12, 2023
1 parent 4e2b15a commit cf50371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function getVersion() {
if (typeof window !== 'undefined' && typeof window.nodeEnvSettings !== 'undefined') {
version = window.nodeEnvSettings.appVersion;
}
console.log('Palvelukartta version', version);
console.log('Palvelukartta version:', `${version.tag} / ${version.commit}`);
return version;
}

Expand Down

0 comments on commit cf50371

Please sign in to comment.