Skip to content

Commit 79e63b2

Browse files
committed
fix: add temp redirect for gitHash
1 parent f5e6610 commit 79e63b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tvapp2/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ const cache = new Map();
3030
const { name, author, version, repository, discord, docs } = JSON.parse( fs.readFileSync( './package.json' ) );
3131
const __filename = fileURLToPath( import.meta.url ); // get resolved path to file
3232
const __dirname = path.dirname( __filename ); // get name of directory
33-
# const gitHash = child.execSync( 'git rev-parse HEAD' ).toString().trim();
33+
/*
34+
const gitHash = child.execSync( 'git rev-parse HEAD' ).toString().trim();
35+
*/
3436
const gitHash = `f6484e00dea57891cdeb3123aca124ca7388b22b`;
3537

3638
/*

0 commit comments

Comments
 (0)