From 5c38efeec72357ccab729f69080f17f12d9f29a4 Mon Sep 17 00:00:00 2001 From: Patryk-Buczkowski Date: Wed, 14 Aug 2024 08:51:04 +0200 Subject: [PATCH] .. --- src/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app.js b/src/app.js index cdace49..c7195c3 100644 --- a/src/app.js +++ b/src/app.js @@ -17,7 +17,6 @@ function cp(location1, location2) { console.log('File copied'); } catch (err) { console.error('Failed to copy file:', err); - process.exit(1); } }