(value)
| 64 | })(); |
| 65 | |
| 66 | function diagValue(value) { |
| 67 | if (value == null) { |
| 68 | return 'null'; |
| 69 | } |
| 70 | return String(value).replace(/\s+/g, '_'); |
| 71 | } |
| 72 | |
| 73 | function log(line) { |
| 74 | // Gate browser-bridge PARPAR:* log entries behind the same diagEnabled |