Skip to content

Commit

Permalink
fix: add character to escapedVal
Browse files Browse the repository at this point in the history
  • Loading branch information
mja00 committed Nov 27, 2024
1 parent 10d5762 commit 6915100
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ini.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ const unsafe = (val) => {
if(val.charAt(i - 1) === ' ' && val.charAt(i + 1) === ' '){
break;
}
escapedVal += char;
}else if(char === '\\'){
isEscaping = true;
}else{
Expand Down

0 comments on commit 6915100

Please sign in to comment.