Skip to content

Commit

Permalink
Fix issues while copying userPref profile (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamil777selvan authored Dec 24, 2023
1 parent 9370859 commit fa4eef4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/firefox_profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ FirefoxProfile.copy = function (options, cb) {
return;
}
var profile = new FirefoxProfile({
profileDirectory: opts.profileDirectory,
destinationDirectory: opts.destinationDirectory,
});
profile._copy(opts.profileDirectory, function () {
Expand Down

0 comments on commit fa4eef4

Please sign in to comment.