some outstanding issues

This commit is contained in:
Henry Jameson 2026-08-04 00:08:58 +03:00
commit c3af1698e1
3 changed files with 5 additions and 46 deletions

View file

@ -1,4 +1,4 @@
import childProcess from 'child_process'
import childProcess from 'node:child_process'
export const getCommitHash = () => {
const subst = '$Format:%h$'