Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Eater228 committed Aug 14, 2024
1 parent 321d1c0 commit 8ae4b15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ async function copyFile(filesForCopy, pathToCopy) {
}

const args = process.argv.slice(2);

const [sourceFile, destinationFile] = args;

if (args.length !== 2) {
Expand Down

0 comments on commit 8ae4b15

Please sign in to comment.