Update dist

This commit is contained in:
Tonye Jack 2023-05-23 00:30:15 -06:00
parent 72eb08a9bc
commit ceb133906c
2 changed files with 2 additions and 2 deletions

2
dist/index.js generated vendored
View File

@ -1508,7 +1508,7 @@ const getDirnameMaxDepth = ({ pathStr, dirNamesMaxDepth, excludeRoot }) => {
};
exports.getDirnameMaxDepth = getDirnameMaxDepth;
const jsonOutput = ({ value, escape }) => {
let result = JSON.stringify(value);
const result = JSON.stringify(value);
return escape ? result.replace(/"/g, '\\"') : result;
};
exports.jsonOutput = jsonOutput;

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long