From d9a69ee076ab8db67a2701340e7129f9249b0af7 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Wed, 17 Jul 2024 16:22:21 +0200 Subject: [PATCH] chore: rc.4 --- lib/commands/pull.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/commands/pull.js b/lib/commands/pull.js index d133f20..d416f8e 100644 --- a/lib/commands/pull.js +++ b/lib/commands/pull.js @@ -124,6 +124,7 @@ const pullFunctions = async ({ code }) => { fs.rmSync(compressedFileName); } + } } success(`Successfully pulled ${chalk.bold(total)} functions.`);