We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running ini in strict mode results in the following:
node_modules/ini/ini.js:49 .replace(/\2LITERAL\1LITERAL\2/g, '\1')
SyntaxError: Octal literals are not allowed in strict mode.
The text was updated successfully, but these errors were encountered:
Fixed it here & pull requested: https://github.com/base698/ini/commit/45dabd6958fd998b4499f27546160128c1de9d08
Sorry, something went wrong.
Fix strict mode: #17
eed4a2a
Can we close this? Looks to be fixed.
#21
No branches or pull requests
Running ini in strict mode results in the following:
node_modules/ini/ini.js:49
.replace(/\2LITERAL\1LITERAL\2/g, '\1')
SyntaxError: Octal literals are not allowed in strict mode.
The text was updated successfully, but these errors were encountered: