Skip to content
Snippets Groups Projects
Commit 2d18d291 authored by Arkerthan's avatar Arkerthan
Browse files

Show hash in error messages

parent bec807a4
No related branches found
No related tags found
1 merge request!6976Add hash to error messages and add issue template
......@@ -4,6 +4,3 @@ App.Version = {
commitHash: null,
release: 1072
};
/* Use release as save version */
Config.saves.version = App.Version.release;
// Use release as save version
// We need to do this in a file after fc-version.js because the commit hash gets appended to it during compiling
Config.saves.version = `${App.Version.release}${App.Version.commitHash ? (`#${App.Version.commitHash}`) : ''}`;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment