Skip to content

Commit

Permalink
adjust whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Heiges committed Sep 15, 2023
1 parent 2d43212 commit 3a72486
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ function verify (file) {
function move (file) {
return new Promise((resolve, reject) => {
const newFile = path.join(path.dirname(require.main.filename), file.split(path.sep).slice(-1)[0])

fs.copyFile(file, newFile, err => {
if (err) reject(err)

Expand Down

0 comments on commit 3a72486

Please sign in to comment.