Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix reading strings from an existing user.js #105

Merged
merged 1 commit into from
Feb 23, 2020

Conversation

hbenl
Copy link
Contributor

@hbenl hbenl commented Feb 22, 2020

The regular expression tries to remove the quotation marks around a string value (actually it only removes the quotation mark at the beginning but not at the end), but it shouldn't because string values are stored in defaultPreferences with quotation marks (as can be seen in FirefoxProfile#setPreference).
See also firefox-devtools/vscode-firefox-debug#175.

@saadtazi saadtazi merged commit 48128a3 into saadtazi:master Feb 23, 2020
@saadtazi
Copy link
Owner

Thanks for the PR! new version on its way, I'll keep you posted.

@saadtazi
Copy link
Owner

I just publish firefox-profile@1.3.1, thanks again!

@hbenl
Copy link
Contributor Author

hbenl commented Feb 23, 2020

That was quick, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants