()
| 12 | } |
| 13 | |
| 14 | export function execSync() { |
| 15 | console.error('Calling execSync from renderer is disabled'); |
| 16 | } |
| 17 | |
| 18 | export function execFile(file: string, args?: any, options?: any, callback?: (..._args: any) => void) { |
| 19 | if (typeof options === 'function') { |