Update dist
This commit is contained in:
parent
72eb08a9bc
commit
ceb133906c
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
@ -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
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user