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:
parent
133795193a
commit
b7766637d4
1 changed files with 2 additions and 0 deletions
|
@ -206,6 +206,8 @@ if (typeof JSON !== 'object') {
|
||||||
'\\': '\\\\'
|
'\\': '\\\\'
|
||||||
},
|
},
|
||||||
rep;
|
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) {
|
function quote(string) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue