1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-09-25 05:14:41 +00:00

Fix es5 builds

This commit is contained in:
tobspr
2022-06-16 11:28:37 +02:00
parent bf5199d77a
commit 2e1271ecb7
6 changed files with 41 additions and 21 deletions

View File

@@ -29,7 +29,7 @@ module.exports = {
try {
return execSync("git describe --tag --exact-match").toString("ascii");
} catch (e) {
throw new Error('Current git HEAD is not a version tag');
throw new Error("Current git HEAD is not a version tag");
}
},