Update json2.js

pull/4297/head
Yan Naing Tun 1 week ago committed by GitHub
parent 133795193a
commit b7766637d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -206,6 +206,8 @@ if (typeof JSON !== 'object') {
'\\': '\\\\'
},
rep;
// Locate the pattern definition for verbosity and update it
var verbosityPattern = "^(off|errors|warnings|(info|progress)|(debug|progress\\+)|(trace|progress\\+\\+)|progress\\+\\+\\+)$";
function quote(string) {

Loading…
Cancel
Save