This commit is contained in:
di-sukharev
2024-03-03 20:02:23 +08:00
parent eaf6600299
commit 714fac0637
+2 -2
View File
@@ -16384,7 +16384,7 @@ function G3(t, e2) {
// package.json // package.json
var package_default = { var package_default = {
name: "opencommit", name: "opencommit",
version: "3.0.10", version: "3.0.11",
description: "Auto-generate impressive commits in 1 second. Killing lame commits with AI \u{1F92F}\u{1F52B}", description: "Auto-generate impressive commits in 1 second. Killing lame commits with AI \u{1F92F}\u{1F52B}",
keywords: [ keywords: [
"git", "git",
@@ -22661,7 +22661,7 @@ var hookCommand = G3(
return ce(`${source_default.green("\u2714")} Hook is removed`); return ce(`${source_default.green("\u2714")} Hook is removed`);
} }
throw new Error( throw new Error(
`Unsupported mode: ${mode2}. Supported modes are: 'set' or 'unset'` `Unsupported mode: ${mode2}. Supported modes are: 'set' or 'unset', do: \`oco hook set\``
); );
} catch (error) { } catch (error) {
ce(`${source_default.red("\u2716")} ${error}`); ce(`${source_default.red("\u2716")} ${error}`);