INNER CODE UNIT · JavaScript
getLogPath
viarotel-org/escrcpy · desktop/electron/helpers/debugger/index.js:12
export function getLogPath() {
return electronLog.transports.file.getFile()?.path
}
export function openLogPath() {
return shell.openPath(getLogPath())
}