Skip to content

Commit

Permalink
#388 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 23, 2024
1 parent 060655b commit 390f7ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/clean.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ const os = require('os');
*/
module.exports = function(opts) {
const home = path.resolve(opts.target);

if (fs.existsSync(home)) {
fs.rmSync(home, {recursive: true, force: true});
console.info('The directory %s deleted', rel(home));
Expand Down

0 comments on commit 390f7ba

Please sign in to comment.