1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Update json2.js

This commit is contained in:
Yan Naing Tun 2025-03-04 11:31:22 +08:00 committed by GitHub
parent 133795193a
commit b7766637d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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) {