From f2a75e596609013df989d06491753deecbd0b836 Mon Sep 17 00:00:00 2001 From: EvolutionX Date: Wed, 11 May 2022 22:39:21 +0530 Subject: [PATCH] style: simple shit that you couldn't fix --- src/utilities/install.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utilities/install.js b/src/utilities/install.js index 530837b..8b1c120 100644 --- a/src/utilities/install.js +++ b/src/utilities/install.js @@ -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') );