From cdf763c99c07d535301e885096fc3a12f583f75d Mon Sep 17 00:00:00 2001 From: Gabe Macri Date: Fri, 19 Jan 2024 11:58:08 -0500 Subject: [PATCH] command work --- src/utils/bin/commands.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/bin/commands.ts b/src/utils/bin/commands.ts index 55f94cb..f6cd4f7 100644 --- a/src/utils/bin/commands.ts +++ b/src/utils/bin/commands.ts @@ -153,7 +153,7 @@ export const git = async (args: string[]): Promise => { }; export const ver = async (args: string[]): Promise => { - window.open(`${config.version}`); + return `${config.version}`; }; // Banner