Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
uninstall: Add remove commitment that makes certain the package is gone
Browse files Browse the repository at this point in the history
PR-URL: #8859
  • Loading branch information
iarna committed Jul 10, 2015
1 parent 31f794b commit 148a8c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/install/action/remove.js
Expand Up @@ -75,3 +75,7 @@ function removeDir (pkg, log, next) {
})
}
}

module.exports.commit = function (staging, pkg, next) {
rimraf(pkg.path, next)
}

0 comments on commit 148a8c5

Please sign in to comment.