style: simple shit that you couldn't fix

This commit is contained in:
EvolutionX
2022-05-11 22:39:21 +05:30
parent 0574befeb7
commit f2a75e5966

View File

@@ -46,7 +46,6 @@ export async function installDeps(choice, name) {
* @param {string} name - The name of the project
*/
export async function cloneRepo(lang, name) {
const isCached = fs.existsSync(
path.join(os.homedir(), '.degit/github/sern-handler/templates')
);