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