(value: string)
| 589 | * so the daemon sees exactly what was captured. |
| 590 | */ |
| 591 | export const cmdSetValue = (value: string): string => |
| 592 | value.replaceAll('"', "").replaceAll("%", "%%"); |
| 593 | |
| 594 | /** |
| 595 | * The batch wrapper the Scheduled Task executes. Task Scheduler has no field |
no outgoing calls
no test coverage detected