mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-15 15:30:00 -04:00
updates
This commit is contained in:
parent
797607aabb
commit
0dc93d6f62
6 changed files with 571 additions and 636 deletions
|
@ -71,11 +71,10 @@ export default defineConfig({
|
|||
COMMITHASH: (() => {
|
||||
try {
|
||||
let hash = JSON.stringify(
|
||||
execSync("git rev-parse --short HEAD", { encoding: "utf-8" }).replace(
|
||||
/\r?\n|\r/g,
|
||||
""
|
||||
)
|
||||
)
|
||||
execSync("git rev-parse --short HEAD", {
|
||||
encoding: "utf-8",
|
||||
}).replace(/\r?\n|\r/g, "")
|
||||
);
|
||||
|
||||
return hash;
|
||||
} catch (e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue