From 201ced1b3a6a80148d4f04a6770f3525850dfbc4 Mon Sep 17 00:00:00 2001 From: brookesargent Date: Mon, 8 Apr 2024 09:03:31 -0400 Subject: [PATCH] undo npm build --- dist/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 09f44bc..e8a52ce 100644 --- a/dist/index.js +++ b/dist/index.js @@ -5793,7 +5793,7 @@ exports.stringify = function(data){ var needs_escaping = value.indexOf('"') > -1 || value.indexOf("\\") > -1; if(needs_escaping) value = value.replace(/["\\]/g, '\\$&'); - if(needs_quoting) value = '"' + value + '"'; + if(needs_quoting || needs_escaping) value = '"' + value + '"'; if(value === '' && !is_null) value = '""'; line += key + '=' + value + ' '; @@ -8216,4 +8216,4 @@ module.exports = require("util"); /******/ module.exports = __webpack_exports__; /******/ /******/ })() -; \ No newline at end of file +;