pull/1441/head
Mikael Finstad 4 years ago
parent f5ea3daecb
commit a120e554dc
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -1395,7 +1395,7 @@ const App = memo(() => {
const revealPath = concatOutPath || outFiles[0];
if (!hideAllNotifications) openCutFinishedToast({ filePath: revealPath, warnings, notices });
await cleanupFiles(cleanupChoices);
if (cleanupChoices.cleanupAfterExport) await cleanupFiles(cleanupChoices);
} catch (err) {
if (err.killed === true) {
// assume execa killed (aborted by user)

Loading…
Cancel
Save