Merge f29f07aabd into 188e28efd7
This commit is contained in:
commit
ef21db0c6c
|
|
@ -96,7 +96,7 @@ function OutputStream(options) {
|
|||
case "\u2029": return "\\u2029";
|
||||
case '"': ++dq; return '"';
|
||||
case "'": ++sq; return "'";
|
||||
case "\0": return "\\0";
|
||||
case "\0": return "\\x00";
|
||||
}
|
||||
return s;
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user