Updated the project.
This commit is contained in:
parent
5dfe9f128d
commit
7919556077
1550 changed files with 17063 additions and 40183 deletions
2
my-app/node_modules/ini/lib/ini.js
generated
vendored
Executable file → Normal file
2
my-app/node_modules/ini/lib/ini.js
generated
vendored
Executable file → Normal file
|
@ -225,7 +225,7 @@ const safe = val => {
|
|||
return val.split(';').join('\\;').split('#').join('\\#')
|
||||
}
|
||||
|
||||
const unsafe = (val, doUnesc) => {
|
||||
const unsafe = val => {
|
||||
val = (val || '').trim()
|
||||
if (isQuoted(val)) {
|
||||
// remove the single quotes before calling JSON.parse
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue