This commit is contained in:
2026-02-11 22:27:05 +08:00
parent 5df19c40dd
commit 46dc8009c2
3 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
import {execCommandAndStdout,} from "https://script.hatter.ink/@35/deno-commons-mod.ts";
import {execCommandAndStdout,} from "https://script.hatter.ink/@39/deno-commons-mod.ts";
import {existsSync} from "node:fs";
export async function getGitRemoteRev(): Promise<string> {