Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
Patryk-Buczkowski committed Aug 14, 2024
1 parent 2eeff0d commit 5c38efe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ function cp(location1, location2) {
console.log('File copied');
} catch (err) {
console.error('Failed to copy file:', err);
process.exit(1);
}
}

Expand Down

0 comments on commit 5c38efe

Please sign in to comment.