1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

Removing mistakenly lest throw #701

This commit is contained in:
Patrik J. Braun 2023-08-26 14:21:08 +02:00
parent 51fe5545a8
commit 28ac060664

View File

@ -165,7 +165,6 @@ export class GPXProcessing {
}
}
}
throw new Error('ds');
await fsp.writeFile(outPath, (new xml2js.Builder({renderOpts: {pretty: false}})).buildObject(gpxObj));
return outPath;