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:
parent
be6a2627ae
commit
aacfe02d49
@ -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.'));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user