rename to troubleshooting-*

This commit is contained in:
bitterpanda 2026-01-30 15:16:39 +01:00
parent 38b7c51985
commit adcf609066
2 changed files with 7 additions and 10 deletions

View file

@ -22,7 +22,7 @@ export async function printUltimateLogs() {
);
}
export async function collectLogs() {
export async function troubleshootingExport() {
const { logDir } = getPathsPerPlatform();
return new Promise((resolve, reject) => {
if (!existsSync(logDir)) {