Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MariiaSuper committed Sep 10, 2024
1 parent 4a069cd commit 8714664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
'use strict';

/* eslint-disable no-console */
const fs = require('fs');
const path = require('path');

function copyFile(source, destination) {
try {
// Resolve the absolute paths of both source and destination
const sourcePath = path.resolve(source);
const destinationPath = path.resolve(destination);

Expand Down

0 comments on commit 8714664

Please sign in to comment.