update commit.ts
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
import {existsSync} from "node:fs";
|
import {existsSync} from "node:fs";
|
||||||
import {createInterface} from "node:readline/promises";
|
import {createInterface} from "node:readline/promises";
|
||||||
import {stdin, stdout} from "node:process";
|
import {stdin, stdout} from "node:process";
|
||||||
import {execCommand, execCommandShell, log, ProcessBar, term,} from "../libraries/deno-commons-mod.ts";
|
import {execCommand, execCommandShell, log, ProcessBar, term,} from "https://script.hatter.ink/@29/deno-commons-mod.ts";
|
||||||
|
|
||||||
async function getGitRemoteRev(): Promise<string> {
|
async function getGitRemoteRev(): Promise<string> {
|
||||||
const currentBranch = await getGitCurrentBranch();
|
const currentBranch = await getGitCurrentBranch();
|
||||||
@@ -213,5 +213,5 @@ main().catch((err) => {
|
|||||||
process.exit(0);
|
process.exit(0);
|
||||||
}).then(() => process.exit(0));
|
}).then(() => process.exit(0));
|
||||||
|
|
||||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260207T012258+08:00.MEUCIEMd/yU+NpLUaEnUVl65
|
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260207T012415+08:00.MEUCIQDk3pTgBJpQ1OAiG8n0
|
||||||
// 6GG+ZETEZ/7Sqbj1bz4BUB6bAiEAiWQZCmeq80xCSnwownqPizH8NR3uu2/q0vWm3XicbOY=
|
// VJ5ecHW3eAOyuiKwZZA+gXdJMQIgQVL+HR3hqBW0wYW/yQ1yv8D9sz5KBrGl8znrT78Z0yk=
|
||||||
|
|||||||
Reference in New Issue
Block a user