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); } }