1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 10:22:31 +01:00

improve warning

This commit is contained in:
Mikael Finstad 2023-01-03 18:39:09 +08:00
parent be6a2627ae
commit aacfe02d49
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

View File

@ -1358,6 +1358,7 @@ const App = memo(() => {
notices.push(i18n.t('Unprocessable streams were exported as separate files.'));
} catch (err) {
console.error('Extra stream export failed', err);
warnings.push(i18n.t('Unable to export unprocessable streams.'));
}
}