mirror of
https://github.com/Buriburizaem0n/nezha-dash-v1.git
synced 2026-02-04 12:40:10 +00:00
fix: prettier config
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const { execSync } = require("child_process");
|
||||
const { execSync } = require("child_process")
|
||||
|
||||
// Get the short version of the git hash
|
||||
const gitHash = execSync("git rev-parse --short HEAD").toString().trim();
|
||||
const gitHash = execSync("git rev-parse --short HEAD").toString().trim()
|
||||
|
||||
// Write it to stdout
|
||||
console.log(gitHash);
|
||||
console.log(gitHash)
|
||||
|
||||
Reference in New Issue
Block a user