saadtazi / firefox-profile-js

Firefox Profile creation using nodejs and CLI
MIT License
60 stars 30 forks source link

Fix/profile finder cb without return #137

Closed saadtazi closed 1 year ago

saadtazi commented 1 year ago

reported in this github issue: in profile_finder, we were invoking the callback function when an error occured but were not returning immediately.