()
| 7 | } |
| 8 | |
| 9 | function getBackgroundExecutor(): Executor { |
| 10 | const executor = getExecutor(); |
| 11 | return executor.BackgroundExecutor ?? executor; |
| 12 | } |
| 13 | |
| 14 | export function quoteArg(value: unknown): string { |
| 15 | const str = String(value ?? ""); |
no test coverage detected